};
};
+ build_info
+ {
+ standard CXX "c++14";
+ };
+
generate "RES"
{
in_suffix ".glsl";
incpath "source/animation";
incpath "source/resources";
incpath "source/builders";
- standard CXX "c++11";
};
install true;
install_map
source "demos/desertpillars/source";
require "sigc++-2.0";
use "mspgl";
- build_info
- {
- standard CXX "c++14";
- };
};
program "forestpond"
source "demos/forestpond/source";
require "sigc++-2.0";
use "mspgl";
- build_info
- {
- standard CXX "c++14";
- };
};
program "glslcompiler"