SCsub 150 B

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