X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=c195c2c8e5c91747779d8908771c9b2ea4fde203;hb=cdefdb4b0f94613c2b41757fb33ae155efa9a205;hp=b46c5ad4c40d8c80c9dbc315af4be6abd40f02d0;hpb=99ca354f18119f82f1adeca100cd665a8f640317;p=libs%2Fgl.git diff --git a/Build b/Build index b46c5ad4..c195c2c8 100644 --- a/Build +++ b/Build @@ -44,6 +44,7 @@ package "mspgl" in_suffix ".glsl"; in_suffix ".samp"; in_suffix ".mesh"; + in_suffix ".png"; out_suffix ".cpp"; command "mspdatatool"; arguments "-i" "-n" "Msp::GL"; @@ -127,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";