]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Convert svn:ignore to .gitignore
[libs/gl.git] / Build
diff --git a/Build b/Build
index 7e98f4c724343e4cad002181e5f4ffcb4ae02976..f0abdf8e2f4c1c7a4e61ec2a3034cb0eae2bc3a4 100644 (file)
--- a/Build
+++ b/Build
@@ -21,6 +21,25 @@ package "mspgl"
                install true;
        };
 
+       program "mesh2c"
+       {
+               source "mesh2c.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
+       program "viewer"
+       {
+               source "viewer.cpp";
+               require "mspfs";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
        tarball "@src"
        {
                source "License.txt";