1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Install plugins to lib/ even if they are shared libs

This commit is contained in:
Dominik Schmidt
2013-07-23 22:29:06 +02:00
parent 0d6b0fc6a9
commit ddf6f3d3e1
2 changed files with 10 additions and 3 deletions

View File

@@ -49,5 +49,7 @@ function(tomahawk_add_plugin)
list(APPEND tomahawk_add_library_args "NO_VERSION")
list(APPEND tomahawk_add_library_args "INSTALL_BINDIR" "${CMAKE_INSTALL_LIBDIR}")
tomahawk_add_library(${tomahawk_add_library_args})
endfunction()