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

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.