]> Creatis software - clitk.git/commitdiff
Remove debug
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 23 Jul 2012 13:48:56 +0000 (15:48 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 23 Jul 2012 13:48:56 +0000 (15:48 +0200)
segmentation/CMakeLists.txt

index e5ec8d4ca01dcbe5943aa104ad871bac9fa1bb70..7e40973435bea5558edc713df650cd16adea14a5 100644 (file)
@@ -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)