Skip to content

Commit

Permalink
Updated include directories to always include both the full headers a…
Browse files Browse the repository at this point in the history
…nd the single include
  • Loading branch information
axsaucedo committed Mar 14, 2021
1 parent d60e9ee commit ab7cf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ab7cf07

Please sign in to comment.