switched cmakelist to use gnurinstalldir instead of hardcoded paths

This commit is contained in:
AlexandreRouma
2024-08-25 20:42:20 +02:00
parent fe9ac6c9a1
commit d5bc0fa3c3
3 changed files with 22 additions and 10 deletions

View File

@ -167,4 +167,4 @@ set(CORE_FILES ${RUNTIME_OUTPUT_DIRECTORY} PARENT_SCOPE)
# cmake .. "-DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake"
# Install directives
install(TARGETS sdrpp_core DESTINATION lib)
install(TARGETS sdrpp_core DESTINATION ${CMAKE_INSTALL_LIBDIR})