]> Creatis software - clitk.git/blobdiff - segmentation/CMakeLists.txt
*** empty log message ***
[clitk.git] / segmentation / CMakeLists.txt
index 2f725df59c0a98dcf5fd403ed39a7966d526b6be..feb99063c3448d9edb81d3fb20dc8b2995515a88 100644 (file)
@@ -72,10 +72,6 @@ WRAP_GGO(clitkLevelSetSegmentation_GGO_C clitkLevelSetSegmentation.ggo)
 ADD_EXECUTABLE(clitkLevelSetSegmentation clitkLevelSetSegmentation.cxx clitkLevelSetSegmentationGenericFilter.cxx ${clitkLevelSetSegmentation_GGO_C})
 TARGET_LINK_LIBRARIES(clitkLevelSetSegmentation clitkCommon ITKIO)
 
-WRAP_GGO(clitkBinarizeImage_GGO_C clitkBinarizeImage.ggo)
-ADD_EXECUTABLE(clitkBinarizeImage clitkBinarizeImage.cxx clitkBinarizeImageGenericFilter.cxx ${clitkBinarizeImage_GGO_C})
-TARGET_LINK_LIBRARIES(clitkBinarizeImage clitkCommon ITKIO)
-
 WRAP_GGO(clitkAnd_GGO_C clitkAnd.ggo)
 ADD_EXECUTABLE(clitkAnd clitkAnd.cxx clitkAndGenericFilter.cxx ${clitkAnd_GGO_C})
 TARGET_LINK_LIBRARIES(clitkAnd clitkCommon ITKIO )