File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ project(PerformanceBenchmarking
2222)
2323
2424set (PerformanceBenchmarking_LIBRARIES PerformanceBenchmarking)
25+ # Path for configured PerformanceBenchmarkingInformation.h
26+ set (PerformanceBenchmarking_INCLUDE_DIRS ${CMAKE_BINARY_DIR} /include/)
27+
28+ set (Module_PerformanceBenchmarking_BUILD_EXAMPLES ON )
2529
2630if (NOT ITK_SOURCE_DIR )
2731 find_package (ITK REQUIRED )
5155 itk_module_impl ()
5256endif ()
5357
54- itk_module_examples () # This builds the src directory
55- add_subdirectory (examples ) # this builds each of the itk benchmark domains
58+ itk_module_examples () # This builds the examples directory
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ set(MAPPING_VALUES "
5555configure_file (PerformanceBenchmarkingInformation.cxx.in ${CMAKE_BINARY_DIR} /PerformanceBenchmarkingInformation.cxx )
5656configure_file (PerformanceBenchmarkingInformation.h.in ${CMAKE_BINARY_DIR} /include/PerformanceBenchmarkingInformation.h )
5757
58+
5859set ( PerformanceBenchmarking_SRCS
5960 jsonxx.cc ## MIT License https://github.com/hjiang/jsonxx
6061 ${CMAKE_BINARY_DIR} /PerformanceBenchmarkingInformation.cxx
You can’t perform that action at this time.
0 commit comments