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