mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 11:04:01 +02:00
fix some cmake stuff. add uninstall support
change plugin names, load changed names, don't install static libs, etc
This commit is contained in:
2
thirdparty/libportfwd/CMakeLists.txt
vendored
2
thirdparty/libportfwd/CMakeLists.txt
vendored
@@ -46,6 +46,6 @@ ENDIF()
|
||||
# )
|
||||
#TARGET_LINK_LIBRARIES(portfwd-demo portfwd)
|
||||
|
||||
INSTALL(TARGETS portfwd ARCHIVE DESTINATION lib)
|
||||
# INSTALL(TARGETS portfwd ARCHIVE DESTINATION lib)
|
||||
#INSTALL(TARGETS portfwd-demo RUNTIME DESTINATION bin)
|
||||
#INSTALL(DIRECTORY include/portfwd DESTINATION include PATTERN "*~" EXCLUDE)
|
||||
|
2
thirdparty/rtaudio/CMakeLists.txt
vendored
2
thirdparty/rtaudio/CMakeLists.txt
vendored
@@ -38,4 +38,6 @@ target_link_libraries( rtaudio
|
||||
${AUDIO_LIBS}
|
||||
)
|
||||
|
||||
IF(WIN32)
|
||||
INSTALL(TARGETS rtaudio ARCHIVE DESTINATION lib)
|
||||
ENDIF()
|
Reference in New Issue
Block a user