X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=c195c2c8e5c91747779d8908771c9b2ea4fde203;hp=16e9537c0ce5d7cd5d0f2d488bb90ea3aeae10e6;hb=HEAD;hpb=b4941cd1f0b0b5d9cebc978379b4936a5070ca92 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";