Skip to content

Commit

Permalink
CMake: re-add the godot::cpp alias pointing to template_debug
Browse files Browse the repository at this point in the history
So that builds that relied on the alias already wont break.
  • Loading branch information
enetheru committed Nov 26, 2024
1 parent a42b363 commit 597055d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/godotcpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 597055d

Please sign in to comment.