Open spicyPoke opened 5 years ago
I believe this is a because of how the example projects are built. I built them with the static library, but had to update the CMakeLists.txt for each project. I think the better route would be to update the unit tests, examples, etc to include the correct library in the target_link_libraries section based on the options
Hello, When I try to disable BUILD_RTTR_DYNAMIC option on cmake generator, it emits a lot of errors about missing target as follows
I figure that's because there's no link to RTTR::Core_Lib_STL in those projects. Is there a reason for the missing link?
I've also submitted a PR that disables Benchmarks, Unit Tests, and Examples if the user disables BUILD_RTTR_DYNAMIC, you might want to take a look. Fix disabling dynamic/shared version of RTTR #247