X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCTBronchi%2FCMakeLists.txt;fp=appli%2FCTBronchi%2FCMakeLists.txt;h=012436fb12d5fd55be2cd562f94fe64078fd4fa9;hb=b4c7827278cd914c18ee5404fb636c87e8099b24;hp=27e869cb094c49ebec159ddc89c742e9ffbcea76;hpb=b69a5d04d117c1fdd297999c4fb034db54911aca;p=FrontAlgorithms.git diff --git a/appli/CTBronchi/CMakeLists.txt b/appli/CTBronchi/CMakeLists.txt index 27e869c..012436f 100644 --- a/appli/CTBronchi/CMakeLists.txt +++ b/appli/CTBronchi/CMakeLists.txt @@ -5,21 +5,21 @@ if(fpa_BUILD_CTBronchi) # ${PROJECT_BINARY_DIR}/CTBronchi_process.sh # COPYONLY # ) -# include_directories( -# ${PROJECT_SOURCE_DIR}/lib -# ${PROJECT_BINARY_DIR}/lib -# ${PROJECT_SOURCE_DIR}/appli -# ${PROJECT_BINARY_DIR}/appli -# ) -# set(_pfx fpa_CTBronchi_) -# set( -# _examples -# Process -# ) -# foreach(_e ${_examples}) -# add_executable(${_pfx}${_e} ${_e}.cxx) -# target_link_libraries(${_pfx}${_e} fpa) -# endforeach(_e) +include_directories( + ${PROJECT_SOURCE_DIR}/lib + ${PROJECT_BINARY_DIR}/lib + ${PROJECT_SOURCE_DIR}/appli + ${PROJECT_BINARY_DIR}/appli + ) +set(_pfx fpa_CTBronchi_) +set( + _examples + Process + ) +foreach(_e ${_examples}) + add_executable(${_pfx}${_e} ${_e}.cxx) + target_link_libraries(${_pfx}${_e} fpa) +endforeach(_e) endif(fpa_BUILD_CTBronchi) ## eof - $RCSfile$