ITK/Release 4/Modularization/Add a module/CMakeLists.txt: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
  project(ITK-Foo)
  project(ITK-Foo)
  itk_module_impl()
  itk_module_impl()
#itk_module_impl() takes care of the installation and export rule for the module ITK-Foo

Revision as of 19:08, 4 April 2011

project(ITK-Foo)
itk_module_impl()
#itk_module_impl() takes care of the installation and export rule for the module ITK-Foo