Skip to content

Commit fd70bb8

Browse files
committed
fix break for build prior to modernisation
1 parent a42b363 commit fd70bb8

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)