use cmake lib dir instead of hardcoded name

This commit is contained in:
David Roman
2024-03-11 19:27:08 +01:00
parent 3261cc6550
commit 0e78820402
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ target_link_libraries(lmsscrobbling PUBLIC
lmsdatabase
)
install(TARGETS lmsscrobbling DESTINATION lib)
install(TARGETS lmsscrobbling DESTINATION ${CMAKE_INSTALL_LIBDIR})
if(BUILD_TESTING)
add_subdirectory(test)