SCsub 121 B

1234567
  1. #!/usr/bin/env python
  2. Import("env")
  3. Import("env_gdnative")
  4. env_gdnative.add_source_files(env.modules_sources, "*.cpp")