]> Creatis software - FrontAlgorithms.git/blobdiff - CMakeLists.txt
...
[FrontAlgorithms.git] / CMakeLists.txt
index 260cb37c04b7e3b72a997c1ab7c8c799229d4d25..184f55699bd5281bfaac4490300eaff71b9e0526 100644 (file)
@@ -1,6 +1,3 @@
-#find_package(Eigen3 CONFIG REQUIRED)
-#include(${EIGEN3_USE_FILE})
-
 ## =========================================================================
 ## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
 ## =========================================================================
@@ -36,14 +33,14 @@ if(NOT cpPlugins_FOUND)
   include(${ITK_USE_FILE})
 endif(NOT cpPlugins_FOUND)
 
-## == Find eigen3
+## == Find eigen3 (http://eigen.tuxfamily.org)
 find_package(Eigen3 CONFIG)
 if(Eigen3_FOUND)
   include(${EIGEN3_USE_FILE})
 endif(Eigen3_FOUND)
 
 ## == Build packages
-subdirs(lib examples)
+subdirs(lib examples appli)
 
 ## == Installation commands
 include(cmake/InstallCommands.cmake)