summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-09-30 19:02:59 +0100
committerRoger Leigh <rleigh@debian.org>2013-09-30 19:05:54 +0100
commitcd98ed7db574cd89ea0166f8993534c7c82a7a35 (patch)
tree8e0de55ce6eaf19d9f18054569ff20ebe1aeca8b
parentd29ab09ac54d9de660b16d7034552ce6ea411df2 (diff)
downloadschroot-cd98ed7db574cd89ea0166f8993534c7c82a7a35.tar.gz
cmake: Use gtest includes
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 9a1c324c..3b2c39bd 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -16,6 +16,9 @@
#
#####################################################################
+include_directories(${GTEST_INCLUDE_DIR}
+ ${PROJECT_SOURCE_DIR}/bin)
+
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/sbuild)
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/sbuild/chroot)
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin-common)