Adding initial structure for ITKv4 External Modules
Adds the basic cmake structures needed to create a ITKv4 External module. The intention is that this repository can be merged into a new one to be a starting point to begin developmnet. The ExternalTemplate string will need to be replaced with the name of the new module, and some files removed.
parents
No related branches found
No related tags found
Showing
- .gitignore 26 additions, 0 deletions.gitignore
- CMakeLists.txt 2 additions, 0 deletionsCMakeLists.txt
- LICENSE 202 additions, 0 deletionsLICENSE
- README 23 additions, 0 deletionsREADME
- itk-module.cmake 21 additions, 0 deletionsitk-module.cmake
- src/CMakeLists.txt 12 additions, 0 deletionssrc/CMakeLists.txt
- src/itkSomeFile.cxx 3 additions, 0 deletionssrc/itkSomeFile.cxx
- test/CMakeLists.txt 9 additions, 0 deletionstest/CMakeLists.txt
- test/itkExternalTemplateTest.cxx 6 additions, 0 deletionstest/itkExternalTemplateTest.cxx
Loading
Please register or sign in to comment