File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
SoftwareGuide/Latex/Introduction Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -642,8 +642,10 @@ \section{Using ITK as an External Library}%
642642\normalsize
643643
644644The \code {itk\_ generate\_ factory\_ registration()} macro must be called before adding executables.
645- The CMake macro generates registration code for the IO modules and factory-enabled components from
646- the modules loaded in \code {find\_ package()}. The meta-module must be linked to the target to
645+ The CMake macro generates registration code for all the IO modules and factory-enabled components from
646+ the modules loaded in \code {find\_ package()}. The \code {ITKImageIO}
647+ meta-module and \code {ITK::ITKImageIO} meta-interface target bring in all ITK
648+ image IO modules available in the build. The meta-interface target must be linked to the target to
647649include and enable the generated registration code.
648650
649651If you would like to use the CMake ExternalProject
You can’t perform that action at this time.
0 commit comments