ITK/Release 4/Modularization/Add a module/itk-module.cmake: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with " itk_module(ITK-Foo DEPENDS ITK-Common TEST_DEPENDS ITK-TestKernel)")
 
No edit summary
Line 1: Line 1:
   itk_module(ITK-Foo DEPENDS ITK-Common TEST_DEPENDS ITK-TestKernel)
   itk_module(ITK-Foo DEPENDS ITK-Common TEST_DEPENDS ITK-TestKernel)
  # itk_module() defines the module dependencies in ITK-Foo
  # ITK-Foo depends on ITK-Common
  # The testing module in ITK-Foo depends on ITK-TestKernel (besides ITK-Foo)

Revision as of 19:07, 4 April 2011

 itk_module(ITK-Foo DEPENDS ITK-Common TEST_DEPENDS ITK-TestKernel)
 # itk_module() defines the module dependencies in ITK-Foo
 # ITK-Foo depends on ITK-Common
 # The testing module in ITK-Foo depends on ITK-TestKernel (besides ITK-Foo)