X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fimage%2FVTK%2FCMakeLists.txt;fp=tests%2Fimage%2FVTK%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hb=a8ac405fe1422bc0792a810f7f0693096a22c20e;hp=3328b46fb670f82bfe138ab3993290d9feb65a70;hpb=8abe87eaa0d29ba667d5cbf35f4ca1ca2e38c6c4;p=FrontAlgorithms.git diff --git a/tests/image/VTK/CMakeLists.txt b/tests/image/VTK/CMakeLists.txt deleted file mode 100644 index 3328b46..0000000 --- a/tests/image/VTK/CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -## ========================================================================= -## @author Leonardo Florez Valencia -## @email florez-l@javeriana.edu.co -## ========================================================================= - -if(VTK_FOUND) - set(_pfx test_fpa_Image_VTK_) - set( - _tests - PolyLineParametricPathToPolyData - SkeletonToPolyData - ) - include_directories(${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}/lib) - - foreach(_t ${_tests}) - add_executable(${_pfx}${_t} ${_t}.cxx) - target_link_libraries(${_pfx}${_t} fpa ${VTK_LIBRARIES}) - endforeach(_t) -endif(VTK_FOUND) - -## eof - $RCSfile$