Install macOS binaries in to bundle

This commit is contained in:
Andrew Nelless
2017-03-07 14:10:24 +00:00
parent 8d8d4d600e
commit 20948522ea
5 changed files with 18 additions and 29 deletions

View File

@@ -31,12 +31,6 @@ add_executable(syntool ${sources})
target_link_libraries(syntool
synlib arch base client common io ipc mt net platform server ${libs} ${OPENSSL_LIBS})
if (WIN32)
else ()
if (CONF_CPACK)
install(TARGETS
syntool
COMPONENT core
DESTINATION bin)
endif()
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
install (TARGETS syntool DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR})
endif()