Drahiri
Drahiri
Finally made it work. @jpxaraujo for hot reloading to work you also need to include `HOT_RELOAD_ENABLED` and `-fno-gnu-unique` flag when building your shared library. Adding this worked ``` set_property(TARGET ${LIBRARY_NAME}...
It's doing exactly that. After I updated CMake to match this pull request and updated mine CMake with that line. After rebuilding shared library, editor automatically updated without that message...
@jpxaraujo I've added [repo](https://github.com/Drahiri/gde_example_cmake_reload) with working example. Also sorry to all staff if it's turning into spam (I feel like a little).