aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-09-29 11:26:16 +0200
committerAndreas Schneider <asn@cynapses.org>2010-09-29 11:26:16 +0200
commit72b62d3064fb567015aeed72d800b9eb4ca22a79 (patch)
tree15cc3e89dac60947f8efc3597175feb169269d90 /tests/CMakeLists.txt
parent5f24a84298950d90a0bec6fcb7790178b1462bb5 (diff)
downloadlibssh-72b62d3064fb567015aeed72d800b9eb4ca22a79.tar.gz
libssh-72b62d3064fb567015aeed72d800b9eb4ca22a79.tar.xz
libssh-72b62d3064fb567015aeed72d800b9eb4ca22a79.zip
build: Fixed the unit test build.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index e6c88ab3..56980abe 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -11,6 +11,7 @@ include_directories(
${CHECK_INCLUDE_DIRS}
${ARGP_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}
)