1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 04:21:51 +02:00

* Fixed rtaudio install.

This commit is contained in:
Christian Muehlhaeuser 2011-03-20 03:50:19 +01:00
parent fe518a5cbb
commit e109415add

View File

@ -39,5 +39,5 @@ target_link_libraries( rtaudio
)
IF(WIN32 OR APPLE)
INSTALL(TARGETS rtaudio ARCHIVE DESTINATION lib)
INSTALL( TARGETS rtaudio DESTINATION lib )
ENDIF()