Install synergys and syntool on Linux
This commit is contained in:
@ -54,3 +54,4 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
install (TARGETS synergyc DESTINATION bin)
|
||||
endif()
|
||||
|
||||
|
||||
@ -51,5 +51,8 @@ target_link_libraries(synergys
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
install (TARGETS synergys DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR})
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
install (TARGETS synergys DESTINATION bin)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
@ -22,4 +22,6 @@ target_link_libraries(syntool
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
install (TARGETS syntool DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR})
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
install (TARGETS syntool DESTINATION bin)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user