diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-04-11 18:46:13 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-04-11 18:46:13 +0200 |
commit | 4d6036156fc5d00b8d627195e4e9092445f1412c (patch) | |
tree | 25b53e84c91e74fd0f0db233fb4de8f8044e5edf | |
parent | 954ffcdb0e16495152b613d11d205d0f31350793 (diff) | |
download | ipecamera-4d6036156fc5d00b8d627195e4e9092445f1412c.tar.gz ipecamera-4d6036156fc5d00b8d627195e4e9092445f1412c.tar.bz2 ipecamera-4d6036156fc5d00b8d627195e4e9092445f1412c.tar.xz ipecamera-4d6036156fc5d00b8d627195e4e9092445f1412c.zip |
Fix out-of-source build
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 352d4f4..1099ac4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ add_subdirectory(apps) include_directories( ${CMAKE_SOURCE_DIR} + ${CMAKE_BINARY_DIR} ${UFODECODE_INCLUDE_DIRS} ${PCILIB_INCLUDE_DIRS} ) |