Skip to content

Commit 3ae88f7

Browse files
committed
Revert "Add subdirectories to source file collection logic in SConstruct up to 3 layers of depth"
This reverts commit 84c86b3.
1 parent 030f0aa commit 3ae88f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SConstruct

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ Run the following command to download godot-cpp:
3838
env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs})
3939

4040
env.Append(CPPPATH=["src/"])
41-
4241
sources = Glob("src/*.cpp")
43-
sources.extend(Glob("src/*/*.cpp"))
44-
sources.extend(Glob("src/*/*/*.cpp"))
45-
sources.extend(Glob("src/*/*/*/*.cpp"))
4642

4743
if env["target"] in ["editor", "template_debug"]:
4844
try:

0 commit comments

Comments
 (0)