]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Check the flat qualifier from the correct member
[libs/gl.git] / Build
diff --git a/Build b/Build
index b46c5ad4c40d8c80c9dbc315af4be6abd40f02d0..c195c2c8e5c91747779d8908771c9b2ea4fde203 100644 (file)
--- a/Build
+++ b/Build
@@ -44,6 +44,7 @@ package "mspgl"
                in_suffix ".glsl";
                in_suffix ".samp";
                in_suffix ".mesh";
+               in_suffix ".png";
                out_suffix ".cpp";
                command "mspdatatool";
                arguments "-i" "-n" "Msp::GL";
@@ -127,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";