From 4535ac71e075946f374aef0bb1e2997869f148fe Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 1 Sep 2015 17:05:38 +0200 Subject: Fixes out-of-source builds and minor build issues --- protocols/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/CMakeLists.txt') diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt index 2c482f6..88a1e8e 100644 --- a/protocols/CMakeLists.txt +++ b/protocols/CMakeLists.txt @@ -1,6 +1,8 @@ include_directories( ${CMAKE_SOURCE_DIR} + ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/pcilib + ${CMAKE_BINARY_DIR}/pcilib ) set(HEADERS ${HEADERS} default.h software.h) -- cgit v1.2.3