mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 17:11:30 +00:00
5 lines
80 B
Text
5 lines
80 B
Text
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"*.cpp")
|
|
|
|
Export('env')
|