]> Creatis software - FrontAlgorithms.git/blob - tests/image/CMakeLists.txt
fa58c65a7f2188d4c0836fca668bcd410a506fec
[FrontAlgorithms.git] / tests / image / CMakeLists.txt
1 set(_pfx test_fpa_image_)
2 set(
3   _examples
4   RegionGrow_Tautology
5   RegionGrow_BinaryThreshold
6   MoriSegmentation
7   Dijkstra_Identity
8   Dijkstra_Gaussian
9   RandomWalker
10   SkeletonFilter
11   SkeletonToPolyData
12   )
13 foreach(_e ${_examples})
14   add_executable(${_pfx}${_e} ${_e}.cxx)
15   target_link_libraries(${_pfx}${_e} ivq::ivq fpa)
16 endforeach(_e)
17
18 ## eof - $RCSfile$