X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCTBronchi%2FCMakeLists.txt;h=79a58ad24cdb82bba14070aa348e03b11ecbd211;hb=1f1f72ac253fc553fe715ffd08f69c7526b92ce4;hp=d81b5e83b7f271ac663fc67fa9f0d3929350cedf;hpb=5be07a28290fed315829547221848a0ee90558d1;p=FrontAlgorithms.git diff --git a/appli/CTBronchi/CMakeLists.txt b/appli/CTBronchi/CMakeLists.txt index d81b5e8..79a58ad 100644 --- a/appli/CTBronchi/CMakeLists.txt +++ b/appli/CTBronchi/CMakeLists.txt @@ -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)