mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2026-01-04 14:09:57 +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 = SConscript("godot-cpp/SConstruct", {"env": env, "customs": customs})
|
||||||
|
|
||||||
env.Append(CPPPATH=["src/"])
|
env.Append(CPPPATH=["src/"])
|
||||||
|
|
||||||
sources = Glob("src/*.cpp")
|
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"]:
|
if env["target"] in ["editor", "template_debug"]:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user