diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5a3b7d61..37632d8d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -882,7 +882,8 @@ ENDIF(HG) ################################ SOURCES SECTION ########################### INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/src" - "${CMAKE_BINARY_DIR}/src" + "${CMAKE_BINARY_DIR}/src" + "${CMAKE_BINARY_DIR}/src/libcryptobox" "${CMAKE_SOURCE_DIR}/src/ucl/include" "${CMAKE_SOURCE_DIR}/contrib/uthash" "${CMAKE_SOURCE_DIR}/contrib/http-parser" |