]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/CMakeLists.txt
...
[FrontAlgorithms.git] / appli / CTBronchi / CMakeLists.txt
index 446ff4c032256a350d5f4843adcbd41c04f5393f..5b20064316bd82613190dbcd6c40baf242f78364 100644 (file)
@@ -1,13 +1,22 @@
 option(fpa_BUILD_CTBronchi "Build bronchi analysis from CT images applications?" OFF)
 if(fpa_BUILD_CTBronchi)
+  configure_file(
+    CTBronchi_process.sh
+    ${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
     MoriSegmentation
+    MoriLabelling
+    RandomWalker
     )
   foreach(_e ${_examples})
     add_executable(${_pfx}${_e} ${_e}.cxx)