Skip to content
Snippets Groups Projects
Commit c0cde807 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: minor updates

parent 58b617e3
No related branches found
No related tags found
No related merge requests found
set(DOCUMENTATION "OTB module template.")
# itk_module() defines the module dependencies in ExternalTemplate
# ExternalTemplate depends on ITKCommon
# The testing module in ExternalTemplate depends on ITKTestKernel
# and ITKMetaIO(besides ExternalTemplate and ITKCore)
# By convention those modules outside of ITK are not prefixed with
# ITK.
# OTB_module() defines the module dependencies in ExternalTemplate
# ExternalTemplate depends on OTBCommon and OTBApplicationEngine
# The testing module in ExternalTemplate depends on OTBTestKernel
# and OTBCommandLine
# define the dependencies of the include module and the tests
otb_module(ExternalTemplate
......@@ -14,7 +12,7 @@ otb_module(ExternalTemplate
OTBApplicationEngine
TEST_DEPENDS
OTBTestKernel
OTBImageIO
OTBCommandLine
DESCRIPTION
"${DOCUMENTATION}"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment