X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCTBronchi%2FCMakeLists.txt;fp=appli%2FCTBronchi%2FCMakeLists.txt;h=5044d58e37bb32d9101a6c222c9d5581b4b5f16b;hb=03200c96631e0c6e35b5be9c78d651185efcbdf2;hp=5b20064316bd82613190dbcd6c40baf242f78364;hpb=e977d1bb57ca61759a1fb1a1d0d8937718ef8722;p=FrontAlgorithms.git diff --git a/appli/CTBronchi/CMakeLists.txt b/appli/CTBronchi/CMakeLists.txt index 5b20064..5044d58 100644 --- a/appli/CTBronchi/CMakeLists.txt +++ b/appli/CTBronchi/CMakeLists.txt @@ -14,13 +14,11 @@ if(fpa_BUILD_CTBronchi) set(_pfx fpa_CTBronchi_) set( _examples - MoriSegmentation - MoriLabelling - RandomWalker + Process ) foreach(_e ${_examples}) add_executable(${_pfx}${_e} ${_e}.cxx) - target_link_libraries(${_pfx}${_e} ivq::ivq fpa) + target_link_libraries(${_pfx}${_e} fpa) endforeach(_e) endif(fpa_BUILD_CTBronchi)