X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FCTBronchi%2FCMakeLists.txt;h=c88add42563e5046f08e9d12a2b0f82bbfe71725;hb=0251081f09de5bd702c01565c9401c1eb1983ae5;hp=d81b5e83b7f271ac663fc67fa9f0d3929350cedf;hpb=ae0e1b8916a0fb2188080b9134c1c2781c6c200f;p=FrontAlgorithms.git diff --git a/appli/CTBronchi/CMakeLists.txt b/appli/CTBronchi/CMakeLists.txt index d81b5e8..c88add4 100644 --- a/appli/CTBronchi/CMakeLists.txt +++ b/appli/CTBronchi/CMakeLists.txt @@ -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)