From b5fa1a086e4a662fbb7e07251df223695cba59e5 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 28 Apr 2011 12:10:57 +0000 Subject: [PATCH] fixed gtest paths for linux --- src/test/integtests/CMakeLists.txt | 2 +- src/test/unittests/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/integtests/CMakeLists.txt b/src/test/integtests/CMakeLists.txt index 29046e74..8fb2380d 100644 --- a/src/test/integtests/CMakeLists.txt +++ b/src/test/integtests/CMakeLists.txt @@ -50,7 +50,7 @@ set(inc ../../lib/net ../../lib/platform ../../lib/synergy - ../../../../tools/gtest/include + ../../../tools/gtest/include ) if (UNIX) diff --git a/src/test/unittests/CMakeLists.txt b/src/test/unittests/CMakeLists.txt index 12169120..1b7f6ad2 100644 --- a/src/test/unittests/CMakeLists.txt +++ b/src/test/unittests/CMakeLists.txt @@ -14,7 +14,7 @@ # along with this program. If not, see . set(src - ../../../../tools/gtest/src/gtest_main.cc + ../../../tools/gtest/src/gtest_main.cc synergy/CClipboardTests.cpp ) @@ -28,7 +28,7 @@ set(inc ../../lib/net ../../lib/platform ../../lib/synergy - ../../../../tools/gtest/include + ../../../tools/gtest/include ) if (UNIX)