mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-03 10:26:48 +08:00
Install synergys and syntool on Linux
This commit is contained in:
@@ -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