summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index f31b0bc04..ab73b9e37 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -7,7 +7,8 @@ set(CMAKE_CTEST_COMMAND ctest -V)
add_subdirectory(${GMOCK_DIR} ${CMAKE_BINARY_DIR}/gmock)
include_directories(SYSTEM ${GMOCK_DIR}/gtest/include
- ${GMOCK_DIR}/include)
+ ${GMOCK_DIR}/include
+ ${CMAKE_SOURCE_DIR}/gtest/gtest/include)
set_source_files_properties(
${CMAKE_BINARY_DIR}/src/inkscape-version.cpp