]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/CMakeLists.txt
Merge branch 'sandbox' of ssh://git.creatis.insa-lyon.fr/FrontAlgorithms into sandbox
[FrontAlgorithms.git] / appli / CTBronchi / CMakeLists.txt
index d2ffd716cd327198955e1ef26ce7a62fb38ade8b..5f10a8ed58718c72f11c32b167c756aeafe2d205 100644 (file)
@@ -12,6 +12,7 @@ if(fpa_BUILD_CTBronchi)
     MoriLabelling
     FastRandomWalker
     SliceBySliceRandomWalker
+    AndSegmentations
     )
   foreach(_e ${_examples})
     BuildApplication(
@@ -28,7 +29,10 @@ if(fpa_BUILD_CTBronchi)
     ${PROJECT_BINARY_DIR}/${_pfx}Process.sh
     COPYONLY
     )
-
+  install(
+    FILES ${PROJECT_BINARY_DIR}/${_pfx}Process.sh
+    DESTINATION bin
+    )
 endif(fpa_BUILD_CTBronchi)
 
 ## eof - $RCSfile$