This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5657 Link synergyd against Synergy shared library

  • Loading branch information...
nlyan committed Oct 17, 2016
1 parent 98610fa commit 859608424d13972a4536f9e4db83bee7e20a5cb6
Showing with 3 additions and 3 deletions.
  1. +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

Please sign in to comment.