Add godot-cpp repo as a submodule

This commit is contained in:
sdtv9507
2021-07-01 14:31:33 -04:00
parent 39382cbcd4
commit e3c6b599bf
2 changed files with 5 additions and 1 deletions

4
.gitmodules vendored
View File

@@ -7,3 +7,7 @@
[submodule "c/instance_binding/godot-headers"]
path = c/instance_binding/godot-headers
url = https://github.com/godotengine/godot-headers.git
[submodule "cpp/simple/godot-cpp"]
path = cpp/simple/godot-cpp
url = https://github.com/godotengine/godot-cpp.git

View File

@@ -6,7 +6,7 @@ opts = Variables([], ARGUMENTS)
# Gets the standard flags CC, CCX, etc.
env = DefaultEnvironment()
godot_headers_path = "godot-cpp/godot_headers"
godot_headers_path = "godot-cpp/godot-headers"
godot_bindings_path = "godot-cpp"
# Define our options. Use future-proofed names for platforms.