blob: 5948b9a3dd4220723eaf5ca7365292b0922f7954 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env python
Import("env")
Import("env_modules")
env_vsdecoder_gdnative = env_modules.Clone()
env_vsdecoder_gdnative.Prepend(CPPPATH=["#modules/gdnative/include/"])
env_vsdecoder_gdnative.add_source_files(env.modules_sources, "*.cpp")
|