From d7d241196e9fd9482e927600f7374fbd231601ac Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 22 Sep 2014 08:58:35 +0200 Subject: [PATCH] tests: add the source dir in the include paths --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6c57b08d34..64b182f2df 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ include_directories(${CMAKE_BINARY_DIR}/csync ${CMAKE_BINARY_DIR}/csync/src ${CMAKE_BINARY_DIR}/src) include_directories(${CMAKE_SOURCE_DIR}/csync/src/ ${CMAKE_SOURCE_DIR}/csync/src/httpbf/src) -include_directories(${CMAKE_SOURCE_DIR}/csync/src/std) +include_directories(${CMAKE_SOURCE_DIR}/csync/src/std ${CMAKE_SOURCE_DIR}/src) include(owncloud_add_test.cmake)