Install synergyc
This commit is contained in:
parent
03447ffd64
commit
db8b341dff
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue