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)