X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCMakeLists.txt;h=7e5406b5817685867645d3d5878c186cbf8c40b2;hb=926cb50be2ef54fce0d9493119dc89626e9b7526;hp=71b459c31e305aa3ba1c6ac99d8b29e7a1ee6dce;hpb=9622bd5b833a8845881003228207e0caca59b081;p=FrontAlgorithms.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 71b459c..7e5406b 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,6 +1,11 @@ +## ========================================================================= +## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co) +## ========================================================================= -SUBDIRS( - examples +include_directories( + ${PROJECT_SOURCE_DIR}/lib + ${PROJECT_BINARY_DIR}/lib ) +subdirs(CTArteries CTBronchi) ## eof - $RCSfile$