X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=22aedd4f89d0eb36eac1be2e26778099f1d55718;hb=e9a898f315b5d1396f196d785913a283c30940f2;hp=fb571b0c085f7665ed579412623d715f6e87fdbb;hpb=b30777959d8e2ab2caf489e32f40390f60a75fcb;p=libs%2Fgl.git diff --git a/Build b/Build index fb571b0c..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,13 @@ 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"