diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2014-05-31 15:35:46 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2014-05-31 15:35:46 +0000 |
commit | f4651688029fd1776aa50c470ece596188945ab8 (patch) | |
tree | a269c8fb9369fdaa78d7b2d848ea4a4acccb77db | |
parent | 01e1c8bd3e3052badc44b3215c2e151cec063cfc (diff) |
Notes
-rw-r--r-- | sysutils/synergy/files/patch-src-test-CMakeLists.txt | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/sysutils/synergy/files/patch-src-test-CMakeLists.txt b/sysutils/synergy/files/patch-src-test-CMakeLists.txt index b88eb91c838e..871509489f82 100644 --- a/sysutils/synergy/files/patch-src-test-CMakeLists.txt +++ b/sysutils/synergy/files/patch-src-test-CMakeLists.txt @@ -1,9 +1,22 @@ ---- src/test/CMakeLists.txt.orig 2014-05-30 14:01:30.000000000 +0800 -+++ src/test/CMakeLists.txt 2014-05-30 14:12:21.000000000 +0800 -@@ -14,20 +14,5 @@ - # You should have received a copy of the GNU General Public License - # along with this program. If not, see <http://www.gnu.org/licenses/>. - +--- src/test/CMakeLists.txt.orig 2014-02-27 00:52:54.000000000 +0800 ++++ src/test/CMakeLists.txt 2014-05-31 23:29:44.000000000 +0800 +@@ -1,33 +0,0 @@ +-# synergy -- mouse and keyboard sharing utility +-# Copyright (C) 2012 Bolton Software Ltd. +-# Copyright (C) 2011 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 COPYING 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 +-# GNU General Public License for more details. +-# +-# You should have received a copy of the GNU General Public License +-# along with this program. If not, see <http://www.gnu.org/licenses/>. +- -include_directories( - ../../ext/gtest-1.6.0 - ../../ext/gtest-1.6.0/include @@ -19,5 +32,5 @@ - set_target_properties(gmock PROPERTIES COMPILE_FLAGS "-w") -endif() - - add_subdirectory(integtests) - add_subdirectory(unittests) +-add_subdirectory(integtests) +-add_subdirectory(unittests) |