X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=6bf5ebb03a11208134dcf638ae001a36c735c663;hp=fb571b0c085f7665ed579412623d715f6e87fdbb;hb=e087bfd5a9a850db30c399e95ef3fd8ab48005d1;hpb=b30777959d8e2ab2caf489e32f40390f60a75fcb diff --git a/Build b/Build index fb571b0c..6bf5ebb0 100644 --- a/Build +++ b/Build @@ -51,6 +51,7 @@ package "mspgl" source "source/resources"; source "source/glsl"; source "source/builders"; + source "source/backends/opengl"; source "extensions"; source "builtin_data"; source "shaderlib"; @@ -64,6 +65,8 @@ package "mspgl" incpath "source/animation"; incpath "source/resources"; incpath "source/builders"; + incpath "source/backends/opengl"; + standard CXX "c++11"; }; install true; install_map @@ -76,6 +79,7 @@ package "mspgl" map "source/resources" "include/msp/gl"; map "source/glsl" "include/msp/gl/glsl"; map "source/builders" "include/msp/gl"; + map "source/backends/opengl" "include/msp/gl"; map "extensions" "include/msp/gl/extensions"; }; }; @@ -89,9 +93,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"