From 4d6036156fc5d00b8d627195e4e9092445f1412c Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 11 Apr 2016 18:46:13 +0200 Subject: Fix out-of-source build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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} ) -- cgit v1.2.1