X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCTBronchi%2FCMakeLists.txt;h=1d7e316e60d3e95c16444125b80c430bd1535103;hb=6f716a6d2ce76a7bc9abb37406ce3802aa1e4451;hp=446ff4c032256a350d5f4843adcbd41c04f5393f;hpb=38eec70e80acde7adfc59e3eae666c848a437abd;p=FrontAlgorithms.git diff --git a/appli/CTBronchi/CMakeLists.txt b/appli/CTBronchi/CMakeLists.txt index 446ff4c..1d7e316 100644 --- a/appli/CTBronchi/CMakeLists.txt +++ b/appli/CTBronchi/CMakeLists.txt @@ -3,11 +3,15 @@ if(fpa_BUILD_CTBronchi) include_directories( ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}/lib + ${PROJECT_SOURCE_DIR}/appli + ${PROJECT_BINARY_DIR}/appli ) set(_pfx fpa_CTBronchi_) set( _examples MoriSegmentation + MoriLabelling + RandomWalker ) foreach(_e ${_examples}) add_executable(${_pfx}${_e} ${_e}.cxx)