From d1f61e6e6131ae3d7d58f0dabdebbddd3614c2d5 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 12 Mar 2022 02:45:35 +0100 Subject: [PATCH] kraken: include 'src' in build directory Needed for the `config.h` file to be included correctly. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3a35fa..58ef376 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ target_compile_options(common_options INTERFACE ) target_include_directories(common_options INTERFACE src + ${CMAKE_BINARY_DIR}/src ) add_subdirectory(src)