SCsub 154 B

123456789
  1. #!/usr/bin/env python
  2. from misc.utility.scons_hints import *
  3. Import("env")
  4. env_math = env.Clone()
  5. env_math.add_source_files(env.core_sources, "*.cpp")