File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1717#ifndef itkIterateNeighborhoodOptimizer_h
1818#define itkIterateNeighborhoodOptimizer_h
1919
20+ #include " MinimalPathExtractionExport.h"
21+
2022#include " itkArray.h"
2123#include " itkSingleValuedNonLinearOptimizer.h"
2224
@@ -35,7 +37,7 @@ namespace itk
3537 *
3638 * \ingroup MinimalPathExtraction
3739 */
38- class IterateNeighborhoodOptimizer :
40+ class MinimalPathExtraction_EXPORT IterateNeighborhoodOptimizer :
3941 public SingleValuedNonLinearOptimizer
4042{
4143public:
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ A more detailed description can be found in the Insight Journal article::
1010" )
1111
1212itk_module(MinimalPathExtraction
13+ ENABLE_SHARED
1314 DEPENDS
1415 ITKCommon
1516 ITKOptimizers
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ set( MinimalPathExtraction_SRC
22itkIterateNeighborhoodOptimizer.cxx
33)
44
5- add_library (MinimalPathExtraction ${MinimalPathExtraction_SRC} )
5+ add_library (MinimalPathExtraction ${ITK_LIBRARY_BUILD_TYPE} ${ MinimalPathExtraction_SRC} )
66itk_module_link_dependencies()
77itk_module_target(MinimalPathExtraction)
You can’t perform that action at this time.
0 commit comments