]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Add two demo programs (with crappy code)
[libs/gl.git] / Build
diff --git a/Build b/Build
index 83ff24df5ad332f3c0e269e4c00327d796513033..59a63b4fe7421f2aaad2ba2d5de478e2616bc376 100644 (file)
--- a/Build
+++ b/Build
@@ -37,6 +37,24 @@ package "mspgl"
                };
        };
 
+       program "shaders"
+       {
+               source "demos/shaders.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
+       program "texturing"
+       {
+               source "demos/texturing.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
        tarball "@src"
        {
                source "License.txt";