X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=22aedd4f89d0eb36eac1be2e26778099f1d55718;hp=19831c3e54cc5eed723f2f91acd9572ccd288f63;hb=d4e380914f02800b7d915a8748ac9ccd7029bc3b;hpb=9a63244c1342337915c4610401a24c09fa72cc3d diff --git a/Build b/Build index 19831c3e..22aedd4f 100644 --- a/Build +++ b/Build @@ -64,6 +64,7 @@ package "mspgl" incpath "source/animation"; incpath "source/resources"; incpath "source/builders"; + standard CXX "c++11"; }; install true; install_map @@ -89,9 +90,19 @@ package "mspgl" program "desertpillars" { - source "demos/desertpillars.cpp"; + source "demos/desertpillars/source"; require "sigc++-2.0"; use "mspgl"; + build_info + { + standard CXX "c++14"; + }; + }; + + program "glslcompiler" + { + source "tools/glslcompiler.cpp"; + use "mspgl"; }; source_tarball