godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.75k stars 578 forks source link

CMake: fix break for build prior to modernisation PR #1649

Open enetheru opened 2 days ago

enetheru commented 2 days ago

While reviewing tutorials and discussing with users, I thought of a way to mitigate breaking changes to cmake solution. By re-adding the godot::cpp target alias as a template_debug lib it will solve a great deal of pain from users migrating.