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