]> Creatis software - FrontAlgorithms.git/blobdiff - tests/image/CMakeLists.txt
...
[FrontAlgorithms.git] / tests / image / CMakeLists.txt
diff --git a/tests/image/CMakeLists.txt b/tests/image/CMakeLists.txt
deleted file mode 100644 (file)
index fa58c65..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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} ivq::ivq fpa)
-endforeach(_e)
-
-## eof - $RCSfile$