mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
Merge pull request #1649 from enetheru/fix-backward-break
CMake: fix break for build prior to modernisation PR
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