diff options
author | David Robillard <d@drobilla.net> | 2020-03-08 17:47:15 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-08 18:06:52 +0100 |
commit | 872ffe22fa5d915dfa16cf96db260882d0fd3247 (patch) | |
tree | cae851cc75e61f7f73cb3b799c141a94394c3fbf /wscript | |
parent | b03381600f56dbcf6aa6e2a211b721e555c6d2e1 (diff) | |
download | pugl-872ffe22fa5d915dfa16cf96db260882d0fd3247.tar.gz pugl-872ffe22fa5d915dfa16cf96db260882d0fd3247.tar.bz2 pugl-872ffe22fa5d915dfa16cf96db260882d0fd3247.zip |
Add multiple window example
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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') |