Updated include directories to always include both the full headers and the single include
This commit is contained in:
parent
d60e9ee86b
commit
ab7cf079a9
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue