From ab7cf079a99ee4cbcf6c7f26f255ce7a6131a77b Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 14 Mar 2021 15:05:52 +0000 Subject: [PATCH] Updated include directories to always include both the full headers and the single include --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3488c1bd8..d67af1c01 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -51,8 +51,8 @@ endif() target_include_directories( kompute PUBLIC - $ - $ + ${CMAKE_CURRENT_SOURCE_DIR}/include + ${PROJECT_SOURCE_DIR}/single_include ) if(NOT KOMPUTE_OPT_ANDOID_BUILD)