set(_pfx test_fpa_image_) set( _examples RegionGrow_Tautology Dijkstra_Identity Dijkstra_Gaussian RandomWalker SkeletonFilter SkeletonToPolyData ) foreach(_e ${_examples}) add_executable(${_pfx}${_e} ${_e}.cxx) if(ivq_FOUND) target_link_libraries(${_pfx}${_e} fpa ivq::ivq) else(ivq_FOUND) target_link_libraries(${_pfx}${_e} fpa) endif(ivq_FOUND) endforeach(_e) ## eof - $RCSfile$