kraken: include 'src' in build directory
Needed for the `config.h` file to be included correctly.
This commit is contained in:
parent
8c33e298da
commit
d1f61e6e61
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ target_compile_options(common_options INTERFACE
|
|||
)
|
||||
target_include_directories(common_options INTERFACE
|
||||
src
|
||||
${CMAKE_BINARY_DIR}/src
|
||||
)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue