X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=c195c2c8e5c91747779d8908771c9b2ea4fde203;hp=16e9537c0ce5d7cd5d0f2d488bb90ea3aeae10e6;hb=35fbb952c5a932cd1b77111da42d5608b51caa4c;hpb=d9c437291135255422c71918cd0cab8a735848af diff --git a/Build b/Build index 16e9537c..c195c2c8 100644 --- a/Build +++ b/Build @@ -128,6 +128,17 @@ package "mspgl" }; }; + program "forestpond" + { + source "demos/forestpond/source"; + require "sigc++-2.0"; + use "mspgl"; + build_info + { + standard CXX "c++14"; + }; + }; + program "glslcompiler" { source "tools/glslcompiler.cpp";