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