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

@@ -38,3 +38,7 @@ if (WIN32)
target_link_libraries (synergy ${DNSSD_LIB})
set_target_properties (synergy PROPERTIES LINK_FLAGS "/NODEFAULTLIB:LIBCMT")
endif()
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
install (TARGETS synergy DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR})
endif()