2018-06-26 18:26:51 +00:00
|
|
|
#!/usr/bin/env python
|
|
|
|
|
|
|
|
Import('env')
|
2018-09-28 11:29:52 +00:00
|
|
|
Import('env_gdnative')
|
2018-06-26 18:26:51 +00:00
|
|
|
|
2018-09-28 11:29:52 +00:00
|
|
|
env_gdnative.add_source_files(env.modules_sources, '*.cpp')
|
2018-06-26 18:26:51 +00:00
|
|
|
|