progs/glsl: compile with scons and glew
[mesa.git] / progs / SConscript
1 SConscript([
2 'util/SConscript',
3 'demos/SConscript',
4 'glsl/SConscript',
5 'redbook/SConscript',
6 'samples/SConscript',
7 'tests/SConscript',
8 'trivial/SConscript',
9 'vp/SConscript',
10 'vpglsl/SConscript',
11 'fp/SConscript',
12 'wgl/SConscript',
13 ])