Open tronical opened 1 year ago
There are two issues when running cmake --install $builddir:
cmake --install $builddir
Expected outcome:
libslint_cpp.so
There are two issues when running
cmake --install $builddir
:Expected outcome:
libslint_cpp.so
is installed next to it. Perhaps this could be done using CMake's runtime dependency support.