2010-07-06 16:25:52 +08:00
|
|
|
set(Eigen_HEADERS AdolcForward BVH IterativeSolvers MatrixFunctions MoreVectorization AutoDiff AlignedVector3 Polynomials
|
|
|
|
CholmodSupport FFT NonLinearOptimization SparseExtra SuperLUSupport UmfPackSupport IterativeSolvers
|
2010-07-16 02:45:45 +08:00
|
|
|
NumericalDiff Skyline TaucsSupport MPRealSupport
|
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)
|