Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SConscript 300B

1234567891011121314
  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. 'perf/SConscript',
  14. ])