We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8e8b1 commit a0e2f57Copy full SHA for a0e2f57
src/CMakeLists.txt
@@ -68,3 +68,4 @@ if(MSVC)
68
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
69
endif()
70
itk_module_add_library(PerformanceBenchmarking ${PerformanceBenchmarking_SRCS})
71
+target_include_directories(PerformanceBenchmarking PRIVATE ${CMAKE_BINARY_DIR}/include)
0 commit comments