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)