]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Add a tool to convert a mesh into C code
[libs/gl.git] / Build
diff --git a/Build b/Build
index 7e98f4c724343e4cad002181e5f4ffcb4ae02976..715969236ad3c787f34602b0d997ff9ba57bcddb 100644 (file)
--- a/Build
+++ b/Build
@@ -21,6 +21,15 @@ package "mspgl"
                install true;
        };
 
                install true;
        };
 
+       program "mesh2c"
+       {
+               source "mesh2c.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
        tarball "@src"
        {
                source "License.txt";
        tarball "@src"
        {
                source "License.txt";