mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2025-12-31 21:48:10 +03:00
Merge pull request #98 from Chkoupinator/patch-1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user