mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 00:11:43 +08:00
removed dead vnc integration attempt.
This commit is contained in:
@@ -55,10 +55,6 @@ if (UNIX)
|
||||
)
|
||||
endif()
|
||||
|
||||
if (VNC_SUPPORT)
|
||||
list(APPEND libs vnc_server vnc_client)
|
||||
endif()
|
||||
|
||||
include_directories(${inc})
|
||||
add_executable(synergyc ${src})
|
||||
target_link_libraries(synergyc
|
||||
|
||||
@@ -44,10 +44,6 @@ else()
|
||||
add_executable(synergyd ${src})
|
||||
endif()
|
||||
|
||||
if (VNC_SUPPORT)
|
||||
list(APPEND libs vnc_server vnc_client)
|
||||
endif()
|
||||
|
||||
target_link_libraries(synergyd
|
||||
arch base common io ipc mt net platform synergy cryptopp ${libs})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user