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
|
@ -13,6 +13,7 @@ target_compile_options(common_options INTERFACE
|
||||||
)
|
)
|
||||||
target_include_directories(common_options INTERFACE
|
target_include_directories(common_options INTERFACE
|
||||||
src
|
src
|
||||||
|
${CMAKE_BINARY_DIR}/src
|
||||||
)
|
)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
Loading…
Reference in a new issue