Updated include directories to always include both the full headers and the single include

This commit is contained in:
Alejandro Saucedo 2021-03-14 15:05:52 +00:00
parent d60e9ee86b
commit ab7cf079a9

View file

@ -51,8 +51,8 @@ endif()
target_include_directories(
kompute PUBLIC
$<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
${CMAKE_CURRENT_SOURCE_DIR}/include
${PROJECT_SOURCE_DIR}/single_include
)
if(NOT KOMPUTE_OPT_ANDOID_BUILD)