2015-10-16 18:21:02 -07:00
|
|
|
set(Eigen_HEADERS
|
|
|
|
|
AdolcForward
|
|
|
|
|
AlignedVector3
|
|
|
|
|
ArpackSupport
|
|
|
|
|
AutoDiff
|
|
|
|
|
BVH
|
|
|
|
|
FFT
|
|
|
|
|
IterativeSolvers
|
|
|
|
|
KroneckerProduct
|
|
|
|
|
LevenbergMarquardt
|
|
|
|
|
MatrixFunctions
|
|
|
|
|
MoreVectorization
|
|
|
|
|
MPRealSupport
|
|
|
|
|
NonLinearOptimization
|
|
|
|
|
NumericalDiff
|
|
|
|
|
OpenGLSupport
|
|
|
|
|
Polynomials
|
|
|
|
|
Skyline
|
|
|
|
|
SparseExtra
|
2016-07-08 11:13:55 +02:00
|
|
|
SpecialFunctions
|
2015-10-16 18:21:02 -07:00
|
|
|
Splines
|
|
|
|
|
)
|
2009-02-04 15:37:00 +00:00
|
|
|
|
|
|
|
|
install(FILES
|
|
|
|
|
${Eigen_HEADERS}
|
2009-02-23 07:50:56 +00:00
|
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
|
2009-02-04 15:37:00 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
add_subdirectory(src)
|
2015-02-26 16:50:09 -05:00
|
|
|
add_subdirectory(CXX11)
|