mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-27 00:30:26 +08:00
fixed mac cmake config for synergys
This commit is contained in:
@@ -30,11 +30,9 @@ if (WIN32)
|
||||
tb_wait.ico
|
||||
)
|
||||
elseif (APPLE)
|
||||
list(APPEND src_cmd_synergys
|
||||
COSXServerTaskBarReceiver.cpp)
|
||||
list(APPEND src COSXServerTaskBarReceiver.cpp)
|
||||
elseif (UNIX)
|
||||
list(APPEND src
|
||||
CXWindowsServerTaskBarReceiver.cpp)
|
||||
list(APPEND src CXWindowsServerTaskBarReceiver.cpp)
|
||||
endif()
|
||||
|
||||
set(inc
|
||||
|
||||
Reference in New Issue
Block a user