]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/CMakeLists.txt
...
[FrontAlgorithms.git] / appli / CTBronchi / CMakeLists.txt
index 79a58ad24cdb82bba14070aa348e03b11ecbd211..5f10a8ed58718c72f11c32b167c756aeafe2d205 100644 (file)
@@ -12,6 +12,7 @@ if(fpa_BUILD_CTBronchi)
     MoriLabelling
     FastRandomWalker
     SliceBySliceRandomWalker
+    AndSegmentations
     )
   foreach(_e ${_examples})
     BuildApplication(
@@ -22,6 +23,16 @@ if(fpa_BUILD_CTBronchi)
       LINKS fpa cpPlugins::tclap
       )
   endforeach(_e)
+
+  configure_file(
+    Process.sh
+    ${PROJECT_BINARY_DIR}/${_pfx}Process.sh
+    COPYONLY
+    )
+  install(
+    FILES ${PROJECT_BINARY_DIR}/${_pfx}Process.sh
+    DESTINATION bin
+    )
 endif(fpa_BUILD_CTBronchi)
 
 ## eof - $RCSfile$