We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f0aa commit 3ae88f7Copy full SHA for 3ae88f7
SConstruct
@@ -38,11 +38,7 @@ Run the following command to download godot-cpp:
38
env = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs})
39
40
env.Append(CPPPATH=["src/"])
41
-
42
sources = Glob("src/*.cpp")
43
-sources.extend(Glob("src/*/*.cpp"))
44
-sources.extend(Glob("src/*/*/*.cpp"))
45
-sources.extend(Glob("src/*/*/*/*.cpp"))
46
47
if env["target"] in ["editor", "template_debug"]:
48
try:
0 commit comments