mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:43:31 +00:00
10 lines
159 B
Python
10 lines
159 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
Import('env_modules')
|
|
|
|
env_vs = env_modules.Clone()
|
|
|
|
env_vs.add_source_files(env.modules_sources, "*.cpp")
|
|
|
|
Export('env')
|