experiment: try attaching dirs with PUBLIC keyword
This commit is contained in:
parent
863f87db7d
commit
0bc65c8727
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ macro(xo_include_headeronly_options2 target)
|
|||
# compiler's include path
|
||||
#
|
||||
target_include_directories(
|
||||
${target} INTERFACE
|
||||
${target} PUBLIC
|
||||
$<INSTALL_INTERFACE:include>
|
||||
$<INSTALL_INTERFACE:include/xo/${target}>
|
||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include> # e.g. for #include "indentlog/scope.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue