Files
engine/modules/gdnative/videodecoder/SCsub
T

10 lines
247 B
Python
Raw Normal View History

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