]> Creatis software - clitk.git/blobdiff - segmentation/CMakeLists.txt
Adapted ggo include dir to new structure
[clitk.git] / segmentation / CMakeLists.txt
index 7e79a5f731bab0584ec41361c537c3c4df3c4111..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 )