1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
This directory is a place-holder for all remote modules distributed outside ITK's
main repository. Remote modules share the same directory structure as modules
in the main repository. They will be picked up by the configuration system and
entered into the build after they are downloaded into this directory.
Modules can be easily downloaded and accessible to the community by listing the
module in the current directory. For more information on adding a new module to
the list of new modules, see the page that describes the policy and procedures
for adding a new module:
https://www.itk.org/Wiki/ITK/Policy_and_Procedures_for_Adding_Remote_Modules
**Note that in each <remote module name>.remote.cmake, the first argument of the
function itk_fetch_module() is the name of the remote module, and it has to be
consistent with the module name defined in the correponding itk-module.cmake.
To better distinguish the remote modules from the internal ITK modules, the names
of the remote modules should not contain the "ITK" string prefix in them.
|