mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-17 03:20:40 +08:00
fixed linux gui build and dist
This commit is contained in:
@@ -57,3 +57,10 @@ include_directories(${inc})
|
||||
add_executable(synergyc ${src})
|
||||
target_link_libraries(synergyc
|
||||
arch base client common io mt net platform server synergy ${libs})
|
||||
|
||||
if (CONF_CPACK)
|
||||
install(TARGETS
|
||||
synergyc
|
||||
COMPONENT core
|
||||
DESTINATION bin)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user