<div>Hi all,</div>
<div> </div>
<div>This are the errors listed when we tried to execute WatershedSegmentation2.cxx example please do help</div>
<div>us to rectify these errors immediately.. We are running up with time.. Our dead line for project is announced.</div>
<div> </div>
<div> </div>
<div>We are the students of Engineering doing Academic project on Medical Image Segmentation using ITK,</div>
<div> </div>
<div>Please help us..</div>
<div> </div>
<div> </div>
<div>WatershedSegmentation2 error LNK2001: unresolved external symbol &quot;public: virtual void __thiscall itk::WatershedMiniPipelineProgressCommand::Execute(class itk::Object *,class itk::EventObject const &amp;)&quot; </div>

<div> </div>
<div>WatershedSegmentation2 error LNK2001: unresolved external symbol &quot;public: virtual void __thiscall itk::WatershedMiniPipelineProgressCommand::Execute(class itk::Object const *,class itk::EventObject const &amp;)&quot;<br>
</div>
<div>WatershedSegmentation2 fatal error LNK1120: 2 unresolved externals</div>
<div> </div>
<div> </div>
<div>
<div>Below is the CMakelist file what we wrote</div></div>
<div> </div>
<div>PROJECT(WatershedSegmentation2)<br>FIND_PACKAGE(ITK)<br>IF(ITK_FOUND)<br>INCLUDE(${ITK_USE_FILE})<br>ELSE(ITK_FOUND)<br>MESSAGE(FATAL_ERROR<br>&quot;ITK not found. Please set ITK_DIR.&quot;)<br>ENDIF(ITK_FOUND)<br>ADD_EXECUTABLE(WatershedSegmentation2 WatershedSegmentation2.cxx )<br>
TARGET_LINK_LIBRARIES(WatershedSegmentation2 ITKIO ITKCommon)</div>
<div> </div>
<div> </div>
<div> </div>
<div>Thank you with regards,</div>
<div> </div>
<div>Rama Chandra Rao.M</div>