X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FCMakeLists.txt;h=7e40973435bea5558edc713df650cd16adea14a5;hb=af5378525c594d0adb17104cf333e25976d3ac91;hp=e5ec8d4ca01dcbe5943aa104ad871bac9fa1bb70;hpb=0c74b91a2df4c56e7130589f1ede54650211db92;p=clitk.git diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index e5ec8d4..7e40973 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -1,7 +1,7 @@ #========================================================= # Add Libraries used in vv and clitk to avoid recompilation -FOREACH(clitkTool clitkExtractLung clitkExtractPatient) +FOREACH(clitkTool clitkExtractLung clitkExtractPatient clitkConnectedComponentLabeling) WRAP_GGO(${clitkTool}_GGO_C ${clitkTool}.ggo) SET(GGO_C_FILES ${GGO_C_FILES} ${${clitkTool}_GGO_C}) ENDFOREACH(clitkTool)