2018-07-29 01:31:30 +05:30
|
|
|
#!/usr/bin/env python
|
|
|
|
|
|
2020-03-30 08:28:32 +02:00
|
|
|
Import("env")
|
|
|
|
|
Import("env_modules")
|
2018-07-29 01:31:30 +05:30
|
|
|
|
|
|
|
|
env_vsdecoder_gdnative = env_modules.Clone()
|
|
|
|
|
|
2020-03-30 08:28:32 +02:00
|
|
|
env_vsdecoder_gdnative.Prepend(CPPPATH=["#modules/gdnative/include/"])
|
|
|
|
|
env_vsdecoder_gdnative.add_source_files(env.modules_sources, "*.cpp")
|