Skip to content

Commit af4eaa7

Browse files
authored
Merge pull request #1649 from enetheru/fix-backward-break
CMake: fix break for build prior to modernisation PR
2 parents 3a8d7a2 + 597055d commit af4eaa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/godotcpp.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,8 @@ function( godotcpp_generate )
293293

294294
endforeach ()
295295

296+
# Added for backwards compatibility with prior cmake solution so that builds dont immediately break
297+
# from a missing target.
298+
add_library( godot::cpp ALIAS template_debug )
299+
296300
endfunction()

0 commit comments

Comments
 (0)