set(_pfx test_fpa_image_) set( _examples RegionGrow_Tautology RegionGrow_BinaryThreshold MoriSegmentation Dijkstra_Identity Dijkstra_Gaussian RandomWalker SkeletonFilter SkeletonToPolyData ) foreach(_e ${_examples}) add_executable(${_pfx}${_e} ${_e}.cxx) target_link_libraries(${_pfx}${_e} fpa) endforeach(_e) ## eof - $RCSfile$