CMake: re-add the godot::cpp alias pointing to template_debug

So that builds that relied on the alias already wont break.
pull/1649/head
Samuel Nicholas 2024-11-24 00:06:57 +10:30
parent a42b3634d2
commit 597055d13c
1 changed files with 4 additions and 0 deletions

View File

@ -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()