mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 21:52:51 +00:00
11 lines
169 B
Python
11 lines
169 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
Import('env_modules')
|
|
|
|
env_gridmap = env_modules.Clone()
|
|
|
|
env_gridmap.add_source_files(env.modules_sources, "*.cpp")
|
|
|
|
Export('env')
|