mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 16:50:11 +02:00
* Fixed cmake install targets.
This commit is contained in:
@@ -102,3 +102,5 @@ target_link_libraries( qxtweb-standalone
|
||||
# ${QT_LIBRARIES}
|
||||
# "${CMAKE_CURRENT_SOURCE_DIR}/libqxtweb-standalone.a"
|
||||
# )
|
||||
|
||||
INSTALL( TARGETS qxtweb-standalone DESTINATION lib )
|
||||
|
4
thirdparty/rtaudio/CMakeLists.txt
vendored
4
thirdparty/rtaudio/CMakeLists.txt
vendored
@@ -38,6 +38,6 @@ target_link_libraries( rtaudio
|
||||
${AUDIO_LIBS}
|
||||
)
|
||||
|
||||
IF(WIN32)
|
||||
IF(WIN32 OR APPLE)
|
||||
INSTALL(TARGETS rtaudio ARCHIVE DESTINATION lib)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
Reference in New Issue
Block a user