X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FCMakeLists.txt;h=feb99063c3448d9edb81d3fb20dc8b2995515a88;hb=2368cbc03789119dd0b3ed2ab17e56e464ee0100;hp=2f725df59c0a98dcf5fd403ed39a7966d526b6be;hpb=e61455caad373a138edde0716ce5a556f4d1a624;p=clitk.git diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index 2f725df..feb9906 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -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 )