Changed over to proper godot-headers

This commit is contained in:
Bastiaan Olij
2021-09-27 21:04:56 +10:00
parent cbf52c2764
commit 68ebc9b2a8
7 changed files with 5 additions and 213386 deletions

View File

@@ -58,8 +58,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-temp" CACHE STRING "")
set(GODOT_CUSTOM_API_FILE "godot-headers-temp/extension_api.json" CACHE STRING "")
set(GODOT_HEADERS_DIR "godot-headers" CACHE STRING "")
set(GODOT_CUSTOM_API_FILE "godot-headers/extension_api.json" CACHE STRING "")
set(GODOT_COMPILE_FLAGS )
set(GODOT_LINKER_FLAGS )