diff --git a/CMakeLists.txt b/CMakeLists.txt index c803293ff0..4e30f6631e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1592,3 +1592,6 @@ option(WITH_BENCHMARK "build benchmark tests" OFF) if(WITH_BENCHMARK) add_subdirectory(${PROJECT_SOURCE_DIR}/microbench/) endif() + +target_include_directories(${PROJECT_NAME} PUBLIC + $)