aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-08 17:47:15 +0100
committerDavid Robillard <d@drobilla.net>2020-03-08 18:06:52 +0100
commit872ffe22fa5d915dfa16cf96db260882d0fd3247 (patch)
treecae851cc75e61f7f73cb3b799c141a94394c3fbf /wscript
parentb03381600f56dbcf6aa6e2a211b721e555c6d2e1 (diff)
downloadpugl-872ffe22fa5d915dfa16cf96db260882d0fd3247.tar.gz
pugl-872ffe22fa5d915dfa16cf96db260882d0fd3247.tar.bz2
pugl-872ffe22fa5d915dfa16cf96db260882d0fd3247.zip
Add multiple window example
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 44ec5ac..97e3b9e 100644
--- a/wscript
+++ b/wscript
@@ -320,6 +320,8 @@ def build(bld):
if bld.env.HAVE_GL:
build_example('pugl_embed_demo', ['examples/pugl_embed_demo.c'],
platform, 'gl', uselib=['GL', 'M'])
+ build_example('pugl_window_demo', ['examples/pugl_window_demo.c'],
+ platform, 'gl', uselib=['GL', 'M'])
build_example('pugl_print_events',
['examples/pugl_print_events.c'],
platform, 'stub')