aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index e4a4798..39b86b1 100644
--- a/wscript
+++ b/wscript
@@ -539,6 +539,8 @@ def build(bld):
requires=['pugl-%s' % PUGL_MAJOR_VERSION],
cflags=['-I${includedir}/puglxx-%s' % PUGL_MAJOR_VERSION])
+ bld.add_group()
+
def build_example(prog, source, platform, backend, **kwargs):
lang = 'cxx' if source[0].endswith('.cpp') else 'c'