mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 17:11:30 +00:00
6 lines
91 B
Text
6 lines
91 B
Text
|
|
Import('env')
|
||
|
|
|
||
|
|
if env["tools"] == "yes":
|
||
|
|
env.add_source_files(env.tool_sources, "*.cpp")
|
||
|
|
|