diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aee7ed4..4007f13 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -68,3 +68,4 @@ if(MSVC) add_definitions(-D_CRT_SECURE_NO_WARNINGS) endif() itk_module_add_library(PerformanceBenchmarking ${PerformanceBenchmarking_SRCS}) +target_include_directories(PerformanceBenchmarking PRIVATE ${CMAKE_BINARY_DIR}/include)