#6151 Update copyright and simplify cmake
This commit is contained in:
parent
4fe38023aa
commit
7e0cdf6c7f
|
@ -1,6 +1,5 @@
|
||||||
# synergy -- mouse and keyboard sharing utility
|
# synergy -- mouse and keyboard sharing utility
|
||||||
# Copyright (C) 2012-2016 Symless Ltd.
|
# Copyright (C) 2017 Symless Ltd.
|
||||||
# Copyright (C) 2009 Nick Bolton
|
|
||||||
#
|
#
|
||||||
# This package is free software; you can redistribute it and/or
|
# This package is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# 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
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
set(sources
|
add_executable(synergy-core main.cpp)
|
||||||
main.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
add_executable(synergy-core ${sources})
|
|
||||||
target_link_libraries(synergy-core
|
target_link_libraries(synergy-core
|
||||||
arch base client common io mt net ipc platform server core ${libs} ${OPENSSL_LIBS})
|
arch base client common io mt net ipc platform server core ${libs} ${OPENSSL_LIBS})
|
||||||
|
|
Loading…
Reference in New Issue