]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Allow creating sequences without size
[libs/gl.git] / Build
diff --git a/Build b/Build
index 19831c3e54cc5eed723f2f91acd9572ccd288f63..22aedd4f89d0eb36eac1be2e26778099f1d55718 100644 (file)
--- a/Build
+++ b/Build
@@ -64,6 +64,7 @@ package "mspgl"
                        incpath "source/animation";
                        incpath "source/resources";
                        incpath "source/builders";
+                       standard CXX "c++11";
                };
                install true;
                install_map
@@ -89,9 +90,19 @@ package "mspgl"
 
        program "desertpillars"
        {
-               source "demos/desertpillars.cpp";
+               source "demos/desertpillars/source";
                require "sigc++-2.0";
                use "mspgl";
+               build_info
+               {
+                       standard CXX "c++14";
+               };
+       };
+
+       program "glslcompiler"
+       {
+               source "tools/glslcompiler.cpp";
+               use "mspgl";
        };
 
        source_tarball