Rename godot_headers to godot-headers to match upstream rename

Also updated the URLs which were still pointing to the old GitHub org.
This commit is contained in:
Rémi Verschelde
2021-02-26 10:02:35 +01:00
parent eafe6d9622
commit b36df8f86c
7 changed files with 22 additions and 22 deletions

View File

@@ -66,8 +66,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
# Input from user for godot headers and the api file
set(GODOT_HEADERS_DIR "godot_headers" CACHE STRING "")
set(GODOT_CUSTOM_API_FILE "godot_headers/api.json" CACHE STRING "")
set(GODOT_HEADERS_DIR "godot-headers" CACHE STRING "")
set(GODOT_CUSTOM_API_FILE "godot-headers/api.json" CACHE STRING "")
set(GODOT_COMPILE_FLAGS )
set(GODOT_LINKER_FLAGS )