File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1- set (DOCUMENTATION "This module implements a minimal path extraction framework
2- based on Fast Marching arrival functions.
3-
4- A more detailed description can be found in the Insight Journal article::
5-
6- Mueller, D. \" Fast Marching Minimal Path Extraction in ITK\"
7- http://hdl.handle.net/1926/1332
8- http://www.insight-journal.org/browse/publication/213
9- March, 2008.
10- " )
1+ # the top-level README is used for describing this module, just
2+ # re-used it for documentation here
3+ get_filename_component (MY_CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
4+ file (READ "${MY_CURRENT_DIR} /README.rst" DOCUMENTATION)
115
126itk_module(MinimalPathExtraction
137 ENABLE_SHARED
@@ -19,7 +13,8 @@ itk_module(MinimalPathExtraction
1913 TEST_DEPENDS
2014 ITKTestKernel
2115 ITKIOSpatialObjects
22- EXCLUDE_FROM_DEFAULT
2316 DESCRIPTION
2417 "${DOCUMENTATION} "
18+ EXCLUDE_FROM_DEFAULT
19+ ENABLE_SHARED
2520)
You can’t perform that action at this time.
0 commit comments