X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=segmentation%2FCMakeLists.txt;h=8638d10175c3c0fff41932585d395ea44deb1158;hb=783500a9fc085bb14bff81a95a76f84eea8b177a;hp=64adbd9a1891ed995a7ffabd09fcd8643cf5dcdd;hpb=a38cbef785cec049a583cdfe98dacf4eed8bac0f;p=clitk.git diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index 64adbd9..8638d10 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -1,3 +1,9 @@ +#========================================================= +IF (CLITK_USE_SYSTEM_GDCM) + FIND_PACKAGE(GDCM REQUIRED) + SET(ITK_LIBRARIES ${ITK_LIBRARIES} gdcmDICT gdcmMSFF) +ENDIF() + #========================================================= # Add Libraries used in vv and clitk to avoid recompilation @@ -8,6 +14,7 @@ ENDFOREACH(clitkTool) ADD_LIBRARY(clitkSegmentationGgoLib clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx clitkAnatomicalFeatureDatabase.cxx + clitkSliceBySliceRelativePositionFilter_uchar.cxx ${GGO_C_FILES}) #=========================================================