#6012 Move gui v1 into bin for deb packaging

This commit is contained in:
Jerry (Xinyu Hou) 2017-04-25 14:15:15 +01:00
parent 9900132176
commit 485a7fff03
1 changed files with 2 additions and 0 deletions

View File

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