Permalink
Browse files
#5657 Link synergyd against Synergy shared library
- Loading branch information...
Showing
with
3 additions
and
3 deletions.
-
+3
−3
src/cmd/synergyd/CMakeLists.txt
|
|
@@ -1,11 +1,11 @@ |
|
|
# synergy -- mouse and keyboard sharing utility
|
|
|
# Copyright (C) 2012-2016 Symless Ltd.
|
|
|
# Copyright (C) 2012 Nick Bolton
|
|
|
-#
|
|
|
+#
|
|
|
# This package is free software; you can redistribute it and/or
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
# found in the file LICENSE that should have accompanied this file.
|
|
|
-#
|
|
|
+#
|
|
|
# This package is distributed in the hope that it will be useful,
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
@@ -35,7 +35,7 @@ else() |
|
|
endif()
|
|
|
|
|
|
target_link_libraries(synergyd
|
|
|
- arch base common io ipc mt net platform synergy ${libs} ${OPENSSL_LIBS})
|
|
|
+ arch base common io ipc mt net platform synergy shared ${libs} ${OPENSSL_LIBS})
|
|
|
|
|
|
if (WIN32)
|
|
|
ADD_CUSTOM_COMMAND(
|
|
|
|
0 comments on commit
8596084