mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2025-12-31 21:48:10 +03:00
Revert "Add subdirectories to source file collection logic in SConstruct up to 3 layers of depth"
This reverts commit 84c86b3d14.
This commit is contained in:
@@ -38,11 +38,7 @@ Run the following command to download godot-cpp:
|
||||
env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs})
|
||||
|
||||
env.Append(CPPPATH=["src/"])
|
||||
|
||||
sources = Glob("src/*.cpp")
|
||||
sources.extend(Glob("src/*/*.cpp"))
|
||||
sources.extend(Glob("src/*/*/*.cpp"))
|
||||
sources.extend(Glob("src/*/*/*/*.cpp"))
|
||||
|
||||
if env["target"] in ["editor", "template_debug"]:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user