2015-09-24 17:25:25 +02:00
|
|
|
set(Eigen_HEADERS AdolcForward AlignedVector3 ArpackSupport AutoDiff BVH FFT IterativeSolvers KroneckerProduct LevenbergMarquardt
|
|
|
|
MatrixFunctions MoreVectorization MPRealSupport NonLinearOptimization NumericalDiff OpenGLSupport Polynomials
|
|
|
|
Skyline SparseExtra Splines
|
2011-10-05 17:04:40 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
install(FILES
|
|
|
|
${Eigen_HEADERS}
|
|
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
|
|
|
|
)
|
|
|
|
|
|
|
|
add_subdirectory(src)
|