TARGET_LINK_LIBRARIES(${_pfx}ImageIterators ${_pfx}Images)
TARGET_LINK_LIBRARIES(${_pfx}ImageFilters ${_pfx}Images ${_pfx}ImageIterators)
TARGET_LINK_LIBRARIES(${_pfx}ImageNeighborhoodIterators ${_pfx}Images)
-TARGET_LINK_LIBRARIES(${_pfx}Paths ${_pfx}Images)
+TARGET_LINK_LIBRARIES(${_pfx}Paths ${VTK_LIBRARIES} ${_pfx}Images)
## eof - $RCSfile$
// Get the plugins interface
this->m_Plugins = TPlugins::New( );
try { this->m_Plugins->AddEnvironments( env.str( ) ); } catch( ... ) { }
+ try { this->m_Plugins->LoadPaths( this->m_RunPath ); } catch( ... ) { }
this->updateEnvironment( );
try { this->m_Plugins->SavePaths( this->m_RunPath ); } catch( ... ) { }