mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 00:23:27 +00:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.tool_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
|