SCsub 184 B

12345678
  1. #!/usr/bin/env python
  2. from misc.utility.scons_hints import *
  3. Import("env")
  4. env.add_source_files(env.scene_sources, "*.cpp")
  5. env.add_source_files(env.scene_sources, "skeleton/*.cpp")