Install synergyc

This commit is contained in:
Andrew Nelless 2017-03-16 18:16:33 +00:00
parent 03447ffd64
commit db8b341dff
1 changed files with 2 additions and 0 deletions

View File

@ -51,4 +51,6 @@ target_link_libraries(synergyc
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
install (TARGETS synergyc DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR}) install (TARGETS synergyc DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR})
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
install (TARGETS synergyc DESTINATION bin)
endif() endif()