1
0
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:
Leo Franchi
2011-03-18 14:45:42 -04:00
parent 6c946fa130
commit 69e9cda5e6
13 changed files with 59 additions and 58 deletions

View File

@@ -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)

View File

@@ -38,4 +38,6 @@ target_link_libraries( rtaudio
${AUDIO_LIBS}
)
IF(WIN32)
INSTALL(TARGETS rtaudio ARCHIVE DESTINATION lib)
ENDIF()