kraken: include 'src' in build directory

Needed for the `config.h` file to be included correctly.
This commit is contained in:
Bruno BELANYI 2022-03-12 02:45:35 +01:00
parent 8c33e298da
commit d1f61e6e61
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ target_compile_options(common_options INTERFACE
)
target_include_directories(common_options INTERFACE
src
${CMAKE_BINARY_DIR}/src
)
add_subdirectory(src)