2010-07-06 16:25:52 +08:00
|
|
|
set(Eigen_HEADERS AdolcForward BVH IterativeSolvers MatrixFunctions MoreVectorization AutoDiff AlignedVector3 Polynomials
|
2011-11-12 21:11:27 +08:00
|
|
|
FFT NonLinearOptimization SparseExtra IterativeSolvers
|
2012-12-09 01:22:23 +08:00
|
|
|
NumericalDiff Skyline MPRealSupport OpenGLSupport KroneckerProduct Splines LevenbergMarquardt
|
2010-07-06 16:25:52 +08:00
|
|
|
)
|
2009-02-04 23:37:00 +08:00
|
|
|
|
|
|
|
install(FILES
|
|
|
|
${Eigen_HEADERS}
|
2009-02-23 15:50:56 +08:00
|
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
|
2009-02-04 23:37:00 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_subdirectory(src)
|