X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FCMakeLists.txt;h=a75a78eea41d6562f4885cfb110d9854b6d93254;hb=25e34ab26032bd169b35a883c4b02e55d5a8c6dc;hp=feb99063c3448d9edb81d3fb20dc8b2995515a88;hpb=9181935185e263a306c1aabb5bbcfb6160d14f6f;p=clitk.git diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index feb9906..a75a78e 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -4,29 +4,12 @@ INCLUDE(${PROJECT_SOURCE_DIR}/cmake/common.cmake) #========================================================= -SET( CMAKE_VERBOSE_MAKEFILE off) +#Add your _ggo files to this list if they are used by vv +ADD_LIBRARY(clitkSegmentationGgoLib clitkExtractPatient_ggo.c +clitkExtractLung_ggo.c) #========================================================= -# WRAP_GGO(clitkSegmentationFilters_GGO_C -# clitkFillMask.ggo -# clitkConnectedComponentLabeling.ggo -# clitkExtractLung.ggo -# clitkExtractPatient.ggo -# clitkExtractBones.ggo -# clitkExtractMediastinum.ggo -# clitkExtractLymphStations.ggo -# ) - -# SET(clitkSegmentationFilters_SRC -# ${clitkSegmentationFilters_GGO_C} -# ) - -# ADD_LIBRARY(clitkSegmentationFilters STATIC ${clitkSegmentationFilters_SRC}) - -# ADD_EXECUTABLE(clitkTestFilter clitkTestFilter.cxx clitkTestFilter_ggo.c) -# TARGET_LINK_LIBRARIES(clitkTestFilter clitkCommon ITKIO clitkSegmentationFilters ITKStatistics) - ######################################### Segmentation part WRAP_GGO(clitkConnectedComponentLabeling_GGO_C clitkConnectedComponentLabeling.ggo) ADD_EXECUTABLE(clitkConnectedComponentLabeling clitkConnectedComponentLabeling.cxx ${clitkConnectedComponentLabeling_GGO_C})