mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Fixed rtaudio install.
This commit is contained in:
2
thirdparty/rtaudio/CMakeLists.txt
vendored
2
thirdparty/rtaudio/CMakeLists.txt
vendored
@@ -39,5 +39,5 @@ target_link_libraries( rtaudio
|
|||||||
)
|
)
|
||||||
|
|
||||||
IF(WIN32 OR APPLE)
|
IF(WIN32 OR APPLE)
|
||||||
INSTALL(TARGETS rtaudio ARCHIVE DESTINATION lib)
|
INSTALL( TARGETS rtaudio DESTINATION lib )
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
Reference in New Issue
Block a user