From e9e63e1c27d7160fe4d8bb2fcb372f1fbf9b650a Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Sat, 31 Oct 2020 15:44:43 +0100 Subject: [PATCH] include directory with headers created by conan --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7a0d4b..fda7991 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,6 +108,9 @@ endif () include_directories(inc) +# include the library headers created by conan +include_directories(${CONAN_INCLUDE_DIRS}) + message("") #read sample config