]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Begin creating a new demo program
[libs/gl.git] / Build
diff --git a/Build b/Build
index 16e9537c0ce5d7cd5d0f2d488bb90ea3aeae10e6..c195c2c8e5c91747779d8908771c9b2ea4fde203 100644 (file)
--- a/Build
+++ b/Build
@@ -128,6 +128,17 @@ package "mspgl"
                };
        };
 
+       program "forestpond"
+       {
+               source "demos/forestpond/source";
+               require "sigc++-2.0";
+               use "mspgl";
+               build_info
+               {
+                       standard CXX "c++14";
+               };
+       };
+
        program "glslcompiler"
        {
                source "tools/glslcompiler.cpp";