mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
678948068b
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
Import('env')
|
|
|
|
if env["tools"] == "yes":
|
|
env.add_source_files(env.tool_sources, "*.cpp")
|
|
|