diff options
author | Andreas Schneider <asn@cynapses.org> | 2010-09-29 11:26:16 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cynapses.org> | 2010-09-29 11:26:16 +0200 |
commit | 72b62d3064fb567015aeed72d800b9eb4ca22a79 (patch) | |
tree | 15cc3e89dac60947f8efc3597175feb169269d90 | |
parent | 5f24a84298950d90a0bec6fcb7790178b1462bb5 (diff) | |
download | libssh-72b62d3064fb567015aeed72d800b9eb4ca22a79.tar.gz libssh-72b62d3064fb567015aeed72d800b9eb4ca22a79.tar.xz libssh-72b62d3064fb567015aeed72d800b9eb4ca22a79.zip |
build: Fixed the unit test build.
-rw-r--r-- | tests/CMakeLists.txt | 1 |
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} ) |