Merge pull request #1649 from enetheru/fix-backward-break
CMake: fix break for build prior to modernisation PRpull/1655/head
commit
af4eaa76d7
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue