eigen/unsupported/Eigen/CMakeLists.txt
Gael Guennebaud 40ad661183 added an experimental IterativeSolvers module (currently in unsupported)
with a constrained conjugate gradient algorithm adapted from GMM++/ITL.
This algorithm is needed for Step.
2009-02-10 10:02:41 +00:00

9 lines
165 B
CMake

set(Eigen_HEADERS AdolcForward IterativeSolvers)
install(FILES
${Eigen_HEADERS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen
)
add_subdirectory(src)