]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Use libmspmath to provide vector and matrix operations
[libs/gl.git] / Build
diff --git a/Build b/Build
index 24e767ac690546d31bf2547777b5dfb850027363..cb03fd379b5e393296fb9b46cea9411ce5fa2acb 100644 (file)
--- a/Build
+++ b/Build
@@ -1,10 +1,11 @@
 package "mspgl"
 {
-       version "1.1";
+       version "2.0";
        description "Lightweight C++/OpenGL graphics engine";
 
        require "mspcore";
        require "mspdatafile";
+       require "mspmath";
        require "mspgui";
        require "opengl";
 
@@ -54,6 +55,24 @@ package "mspgl"
                };
        };
 
+       program "cubemap"
+       {
+               source "demos/cubemap.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
+       program "desertpillars"
+       {
+               source "demos/desertpillars.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
        source_tarball
        {
                source "License.txt";