Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2014-09-22 10:58:35 +0400
committerOlivier Goffart <ogoffart@woboq.com>2014-09-22 10:58:35 +0400
commitd7d241196e9fd9482e927600f7374fbd231601ac (patch)
tree4ac2b80c30457e818818cd284559ee41e9637e8d /test/CMakeLists.txt
parentfa606b38b726f28b687b41543fd40b90f659eb58 (diff)
tests: add the source dir in the include paths
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 6c57b08d3..64b182f2d 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)