summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-02-02 19:47:46 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-02-02 19:47:46 +0100
commite423e3c888390450c3f4c7881f8f83f9f58904b0 (patch)
treea474de3787d99d129d3af5ef456e5a30f582db05 /src
parentdc50d7ee6ca044146ddd023a819cd3704400f22c (diff)
downloadcssh-e423e3c888390450c3f4c7881f8f83f9f58904b0.tar.gz
cssh-e423e3c888390450c3f4c7881f8f83f9f58904b0.tar.bz2
added an installation instruction and fixed for out-of-source-builds
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e4a23e6..d3b9c21 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
include_directories(
${LIBSSH_PUBLIC_INCLUDE_DIRS}
+ "${PROJECT_BINARY_DIR}/src"
"${PROJECT_SOURCE_DIR}/3rdParty/linenoise"
)