]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
A simple program to test cubemap texture functionality
[libs/gl.git] / Build
diff --git a/Build b/Build
index 24e767ac690546d31bf2547777b5dfb850027363..4ea0aa793964f6e0141c196db46337b871e49f5b 100644 (file)
--- a/Build
+++ b/Build
@@ -54,6 +54,15 @@ package "mspgl"
                };
        };
 
+       program "cubemap"
+       {
+               source "demos/cubemap.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
        source_tarball
        {
                source "License.txt";