Merge pull request #98 from Chkoupinator/patch-1

This commit is contained in:
Patrick Exner (FlameLizard)
2025-11-01 18:07:42 +01:00
committed by GitHub

View File

@@ -38,7 +38,11 @@ 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: