4 description "Lightweight C++/OpenGL graphics engine";
25 command "scripts/extgen.py";
38 command "mspdatatool";
39 arguments "-i" "-n" "Msp::GL";
41 processing_unit DIRECTORY;
47 source "source/materials";
48 source "source/render";
49 source "source/effects";
50 source "source/animation";
51 source "source/resources";
53 source "source/builders";
55 source "builtin_data";
60 incpath "source/core";
61 incpath "source/materials";
62 incpath "source/render";
63 incpath "source/effects";
64 incpath "source/animation";
65 incpath "source/resources";
66 incpath "source/builders";
71 map "source/core" "include/msp/gl";
72 map "source/materials" "include/msp/gl";
73 map "source/render" "include/msp/gl";
74 map "source/effects" "include/msp/gl";
75 map "source/animation" "include/msp/gl";
76 map "source/resources" "include/msp/gl";
77 map "source/glsl" "include/msp/gl/glsl";
78 map "source/builders" "include/msp/gl";
79 map "extensions" "include/msp/gl/extensions";
85 source "tools/viewer.cpp";
90 program "desertpillars"
92 source "demos/desertpillars.cpp";
97 program "glslcompiler"
99 source "tools/glslcompiler.cpp";
105 source "License.txt";
106 source "Changelog.txt";