#6151 Update copyright and simplify cmake

This commit is contained in:
Nick Bolton 2017-09-14 13:38:51 +01:00
parent 4fe38023aa
commit 7e0cdf6c7f
1 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,5 @@
# synergy -- mouse and keyboard sharing utility
# Copyright (C) 2012-2016 Symless Ltd.
# Copyright (C) 2009 Nick Bolton
# Copyright (C) 2017 Symless Ltd.
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -14,10 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
set(sources
main.cpp
)
add_executable(synergy-core ${sources})
add_executable(synergy-core main.cpp)
target_link_libraries(synergy-core
arch base client common io mt net ipc platform server core ${libs} ${OPENSSL_LIBS})