libcore|Tests|CMake: Build configuration improvements
- Use CMake's install(EXPORT) feature to export build configs.- Tests related to libcore are now part of the libcore CMakeLists.txt.- Avoid use of the PREFIX variable, as it may clash with CMake'scompiler ID macros.
View differences
libcore|Tests|CMake: Build configuration improvements
- Use CMake's install(EXPORT) feature to export build configs.
- Tests related to libcore are now part of the libcore CMakeLists.txt.
- Avoid use of the PREFIX variable, as it may clash with CMake's
compiler ID macros.