Merge pull request #1649 from enetheru/fix-backward-break

CMake: fix break for build prior to modernisation PR
This commit is contained in:
David Snopek
2024-11-28 06:58:57 -06:00
committed by GitHub

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