Install spotifyblob in the right place on mac

This commit is contained in:
David Sansome 2011-05-07 22:46:44 +00:00
parent 4b04d50a22
commit fe14be38c3

View File

@ -39,9 +39,15 @@ target_link_libraries(clementine-spotifyblob
clementine-spotifyblob-messages
)
install(TARGETS clementine-spotifyblob
RUNTIME DESTINATION bin
)
if(APPLE)
install(TARGETS clementine-spotifyblob
RUNTIME DESTINATION ${CMAKE_BINARY_DIR}/clementine.app/Contents/MacOS/
)
else(APPLE)
install(TARGETS clementine-spotifyblob
RUNTIME DESTINATION bin
)
endif(APPLE)
if(LINUX)
# Versioned name of the blob