]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Add a simple object/mesh viewer application
[libs/gl.git] / Build
diff --git a/Build b/Build
index 715969236ad3c787f34602b0d997ff9ba57bcddb..f0abdf8e2f4c1c7a4e61ec2a3034cb0eae2bc3a4 100644 (file)
--- a/Build
+++ b/Build
@@ -30,6 +30,16 @@ package "mspgl"
                };
        };
 
+       program "viewer"
+       {
+               source "viewer.cpp";
+               require "mspfs";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
        tarball "@src"
        {
                source "License.txt";