diff --git a/SConstruct b/SConstruct index ee29762..1d599d0 100644 --- a/SConstruct +++ b/SConstruct @@ -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: