mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-09-03 23:39:46 +03:00
Add back support for Godot 4.3
This commit is contained in:
@@ -119,7 +119,7 @@ function(godotcpp_options)
|
||||
CACHE STRING
|
||||
"The Godot API version to target (ex \"4.5\") using one of the included API JSON files"
|
||||
)
|
||||
set_property(CACHE GODOTCPP_API_VERSION PROPERTY STRINGS ";4.4;4.5;4.6")
|
||||
set_property(CACHE GODOTCPP_API_VERSION PROPERTY STRINGS ";4.3;4.4;4.5;4.6")
|
||||
set(GODOTCPP_GDEXTENSION_DIR
|
||||
"gdextension"
|
||||
CACHE PATH
|
||||
|
||||
Reference in New Issue
Block a user