diff options
| author | Thomas Voß <thomas.voss@canonical.com> | 2013-07-08 11:53:18 +0200 |
|---|---|---|
| committer | Thomas Voß <thomas.voss@canonical.com> | 2013-07-08 11:53:18 +0200 |
| commit | f1175a9d7a9846dbc13dd908a82245d98985cc22 (patch) | |
| tree | a61b3cb2afc16b764ea0faeb493009eefcd20b06 /tests/test-gestures | |
| parent | 4f067e7c4818c903a51bdbb860cc91ac9305db4c (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.txt | 5 |
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) |
