mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
CMake: re-add the godot::cpp alias pointing to template_debug
So that builds that relied on the alias already wont break.
This commit is contained in:
@@ -293,4 +293,8 @@ function( godotcpp_generate )
|
||||
|
||||
endforeach ()
|
||||
|
||||
# Added for backwards compatibility with prior cmake solution so that builds dont immediately break
|
||||
# from a missing target.
|
||||
add_library( godot::cpp ALIAS template_debug )
|
||||
|
||||
endfunction()
|
||||
|
||||
Reference in New Issue
Block a user