mirror of
https://github.com/godotengine/godot.git
synced 2025-02-14 06:40:51 +00:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
|
Import('env')
|
||
|
|
||
|
if env["tools"] == "yes":
|
||
|
env.add_source_files(env.tool_sources, "*.cpp")
|