MeshLib
MeshLib copied to clipboard
CMake package config generates incorrect library path
The meshlib-config.cmake.in
template has an additional /lib
added to its link_directories that causes linking issues when trying to use it as a package in another project. MR_MAIN_LIB_DIR
seems to reliably contain the final /lib
needed at least when installing with a custom prefix.