SCsub 247 B

12345678910
  1. #!/usr/bin/env python
  2. Import("env")
  3. Import("env_modules")
  4. env_vsdecoder_gdnative = env_modules.Clone()
  5. env_vsdecoder_gdnative.Prepend(CPPPATH=["#modules/gdnative/include/"])
  6. env_vsdecoder_gdnative.add_source_files(env.modules_sources, "*.cpp")