ModularITKSupport repository: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
*Utility modules such as image IO modules (itk-jpeg, itk-meta, itk-png, itk-nrrd ...) are added into the repo as they compile. | *Utility modules such as image IO modules (itk-jpeg, itk-meta, itk-png, itk-nrrd ...) are added into the repo as they compile. | ||
*CMake packing files including CMakeLists.txt in all levels(the ITK top level, each module and the subdirectories of each module), the module dependency file (itk-modules.cmake) for each module. | *CMake packing files including CMakeLists.txt in all levels (the ITK top level, each module and the subdirectories of each module), the module dependency file (itk-modules.cmake) for each module. |
Latest revision as of 15:24, 29 December 2010
The modularITKSupport repository is publicly available at :
git://www.kitware.com/itk/modularITKSupport.git.
- Utility modules such as image IO modules (itk-jpeg, itk-meta, itk-png, itk-nrrd ...) are added into the repo as they compile.
- CMake packing files including CMakeLists.txt in all levels (the ITK top level, each module and the subdirectories of each module), the module dependency file (itk-modules.cmake) for each module.