mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 04:41:36 +02:00
Remove hardcoded install paths, port over to CMAKE_INSTALL_*DIR
This commit is contained in:
5
thirdparty/libportfwd/CMakeLists.txt
vendored
5
thirdparty/libportfwd/CMakeLists.txt
vendored
@@ -48,10 +48,11 @@ ENDIF()
|
||||
|
||||
INSTALL( TARGETS tomahawk_portfwd
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib${LIB_SUFFIX}
|
||||
ARCHIVE DESTINATION lib${LIB_SUFFIX}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
BUNDLE DESTINATION library
|
||||
)
|
||||
|
||||
#INSTALL(FILES include/portfwd/portfwddllmacro.h include/portfwd/portfwd.h DESTINATION include/portfwd)
|
||||
|
||||
#ADD_EXECUTABLE(portfwd-demo
|
||||
|
Reference in New Issue
Block a user