2018-07-28 22:01:30 +02:00
|
|
|
#!/usr/bin/env python
|
|
|
|
|
|
|
|
Import('env')
|
|
|
|
Import('env_modules')
|
|
|
|
|
|
|
|
env_vsdecoder_gdnative = env_modules.Clone()
|
|
|
|
|
2019-04-30 13:12:02 +02:00
|
|
|
env_vsdecoder_gdnative.Prepend(CPPPATH=['#modules/gdnative/include/'])
|
2018-07-28 22:01:30 +02:00
|
|
|
env_vsdecoder_gdnative.add_source_files(env.modules_sources, '*.cpp')
|