opengl_samples.bkl 436 B

1234567891011121314151617
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../../build/bakefiles/config.bkl"/>
  4. <template id="sub">
  5. <dir>$(id)</dir>
  6. <installable>no</installable>
  7. <dependency-of>all</dependency-of>
  8. </template>
  9. <!-- all samples are enumerated here: -->
  10. <subproject id="cube" template="sub"/>
  11. <subproject id="isosurf" template="sub"/>
  12. <subproject id="penguin" template="sub"/>
  13. </makefile>