]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Add a standalone GLSL compiler frontend
[libs/gl.git] / Build
diff --git a/Build b/Build
index 19831c3e54cc5eed723f2f91acd9572ccd288f63..fb571b0c085f7665ed579412623d715f6e87fdbb 100644 (file)
--- a/Build
+++ b/Build
@@ -94,6 +94,12 @@ package "mspgl"
                use "mspgl";
        };
 
+       program "glslcompiler"
+       {
+               source "tools/glslcompiler.cpp";
+               use "mspgl";
+       };
+
        source_tarball
        {
                source "License.txt";