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 254B

123456789101112
  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. ])