mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2025-12-30 21:49:05 +03:00
Add godot-cpp repo as a submodule
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user