Try that again...
This commit is contained in:
parent
fe14be38c3
commit
9158214d72
@ -39,15 +39,12 @@ target_link_libraries(clementine-spotifyblob
|
|||||||
clementine-spotifyblob-messages
|
clementine-spotifyblob-messages
|
||||||
)
|
)
|
||||||
|
|
||||||
if(APPLE)
|
if(NOT APPLE)
|
||||||
install(TARGETS clementine-spotifyblob
|
# macdeploy.py takes care of this on mac
|
||||||
RUNTIME DESTINATION ${CMAKE_BINARY_DIR}/clementine.app/Contents/MacOS/
|
|
||||||
)
|
|
||||||
else(APPLE)
|
|
||||||
install(TARGETS clementine-spotifyblob
|
install(TARGETS clementine-spotifyblob
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
)
|
)
|
||||||
endif(APPLE)
|
endif(NOT APPLE)
|
||||||
|
|
||||||
if(LINUX)
|
if(LINUX)
|
||||||
# Versioned name of the blob
|
# Versioned name of the blob
|
||||||
|
Loading…
x
Reference in New Issue
Block a user