program "mesh2c"
{
source "tools/mesh2c.cpp";
- build_info
- {
- library "mspgl";
- };
+ use "mspgl";
};
program "viewer"
{
source "tools/viewer.cpp";
- build_info
- {
- library "mspgl";
- };
+ require "sigc++-2.0";
+ use "mspgl";
};
program "shaders"
{
source "demos/shaders.cpp";
- build_info
- {
- library "mspgl";
- };
+ use "mspgl";
};
program "texturing"
{
source "demos/texturing.cpp";
- build_info
- {
- library "mspgl";
- };
+ use "mspgl";
};
program "cubemap"
{
source "demos/cubemap.cpp";
- build_info
- {
- library "mspgl";
- };
+ use "mspgl";
};
program "desertpillars"
{
source "demos/desertpillars.cpp";
- build_info
- {
- library "mspgl";
- };
+ require "sigc++-2.0";
+ use "mspgl";
};
source_tarball