From: dsarrut Date: Mon, 4 Oct 2010 08:03:34 +0000 (+0000) Subject: add Anatomical DB to library X-Git-Tag: v1.2.0~367 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d9fd52d40d5cca76523750c95547bd594c2b7f50;p=clitk.git add Anatomical DB to library --- diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index df23691..ab75b33 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -9,7 +9,7 @@ FOREACH(clitkTool clitkExtractLung clitkExtractPatient) WRAP_GGO(${clitkTool}_GGO_C ${clitkTool}.ggo) SET(GGO_C_FILES ${GGO_C_FILES} ${${clitkTool}_GGO_C}) ENDFOREACH(clitkTool) -ADD_LIBRARY(clitkSegmentationGgoLib ${GGO_C_FILES}) +ADD_LIBRARY(clitkSegmentationGgoLib clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx clitkAnatomicalFeatureDatabase.cxx ${GGO_C_FILES}) #========================================================= @@ -25,8 +25,8 @@ IF(CLITK_BUILD_SEGMENTATION) ADD_EXECUTABLE(clitkExtractPatient clitkExtractPatient.cxx ${clitkExtractPatient_GGO_C}) TARGET_LINK_LIBRARIES(clitkExtractPatient clitkCommon ITKIO) - ADD_EXECUTABLE(clitkExtractLung clitkExtractLung.cxx ${clitkExtractLung_GGO_C}) - TARGET_LINK_LIBRARIES(clitkExtractLung clitkCommon ITKIO) + ADD_EXECUTABLE(clitkExtractLung clitkExtractLung.cxx ${clitkExtractLung_GGO_C}) + TARGET_LINK_LIBRARIES(clitkExtractLung clitkSegmentationGgoLib clitkCommon ITKIO) WRAP_GGO(clitkExtractAirwayTreeInfo_GGO_C clitkExtractAirwayTreeInfo.ggo) ADD_EXECUTABLE(clitkExtractAirwayTreeInfo clitkExtractAirwayTreeInfo.cxx ${clitkExtractAirwayTreeInfo_GGO_C}) @@ -41,8 +41,8 @@ IF(CLITK_BUILD_SEGMENTATION) TARGET_LINK_LIBRARIES(clitkExtractMediastinum clitkCommon ITKIO ) WRAP_GGO(clitkExtractLymphStations_GGO_C clitkExtractLymphStations.ggo) - ADD_EXECUTABLE(clitkExtractLymphStations clitkExtractLymphStations.cxx ${clitkExtractLymphStations_GGO_C}) - TARGET_LINK_LIBRARIES(clitkExtractLymphStations clitkCommon ITKIO ) + ADD_EXECUTABLE(clitkExtractLymphStations clitkExtractLymphStations.cxx clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx ${clitkExtractLymphStations_GGO_C}) + TARGET_LINK_LIBRARIES(clitkExtractLymphStations clitkSegmentationGgoLib clitkCommon ITKIO ) WRAP_GGO(clitkMorphoMath_GGO_C clitkMorphoMath.ggo) ADD_EXECUTABLE(clitkMorphoMath clitkMorphoMath.cxx clitkMorphoMathGenericFilter.cxx ${clitkMorphoMath_GGO_C})