]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/CMakeLists.txt
...
[FrontAlgorithms.git] / appli / CTBronchi / CMakeLists.txt
index d81b5e83b7f271ac663fc67fa9f0d3929350cedf..79a58ad24cdb82bba14070aa348e03b11ecbd211 100644 (file)
@@ -10,6 +10,8 @@ if(fpa_BUILD_CTBronchi)
     Vesselness
     MoriSegmentation
     MoriLabelling
+    FastRandomWalker
+    SliceBySliceRandomWalker
     )
   foreach(_e ${_examples})
     BuildApplication(
@@ -17,7 +19,7 @@ if(fpa_BUILD_CTBronchi)
       SOURCE ${_e}.cxx
       INSTALL
       RECURRENT
-      LINKS fpa
+      LINKS fpa cpPlugins::tclap
       )
   endforeach(_e)
 endif(fpa_BUILD_CTBronchi)