summaryrefslogtreecommitdiff
path: root/tests/test-gestures
diff options
authorThomas Voß <thomas.voss@canonical.com>2013-07-08 11:53:18 +0200
committerThomas Voß <thomas.voss@canonical.com>2013-07-08 11:53:18 +0200
commitf1175a9d7a9846dbc13dd908a82245d98985cc22 (patch)
treea61b3cb2afc16b764ea0faeb493009eefcd20b06 /tests/test-gestures
parent4f067e7c4818c903a51bdbb860cc91ac9305db4c (diff)
Adjust CMake setup to account for new GMock version.
(bzr r3406.1.2)
Diffstat (limited to 'tests/test-gestures')
-rw-r--r--tests/test-gestures/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-gestures/CMakeLists.txt b/tests/test-gestures/CMakeLists.txt
index e29d0d99d..c03a0b41f 100644
--- a/tests/test-gestures/CMakeLists.txt
+++ b/tests/test-gestures/CMakeLists.txt
@@ -33,6 +33,11 @@ if (GTEST_SRC_DIR)
remove_definitions(${CFLAGS})
set_directory_properties(PROPERTY INCLUDE_DIRECTORIES "")
+ include_directories (
+ ${GMOCK_INCLUDE_DIR}
+ ${GTEST_INCLUDE_DIR}
+ )
+
include_directories (${CMAKE_SOURCE_DIR})
include_directories (${CMAKE_SOURCE_DIR}/unity-shared)