1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 20:34:22 +02:00

* Final CMakeLists.txt fixes?

This commit is contained in:
Christian Muehlhaeuser
2011-03-20 03:54:45 +01:00
parent e109415add
commit eea1a5e0b6
2 changed files with 3 additions and 3 deletions

View File

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