mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 09:23:12 +08:00
ArpackSupport was missing here also.
This commit is contained in:
parent
1127ca8586
commit
0ed41bdefa
@ -1,7 +1,24 @@
|
||||
set(Eigen_HEADERS AdolcForward BVH IterativeSolvers MatrixFunctions MoreVectorization AutoDiff AlignedVector3 Polynomials
|
||||
FFT NonLinearOptimization SparseExtra IterativeSolvers
|
||||
NumericalDiff Skyline MPRealSupport OpenGLSupport KroneckerProduct Splines LevenbergMarquardt
|
||||
)
|
||||
set(Eigen_HEADERS
|
||||
AdolcForward
|
||||
AlignedVector3
|
||||
ArpackSupport
|
||||
AutoDiff
|
||||
BVH
|
||||
FFT
|
||||
IterativeSolvers
|
||||
KroneckerProduct
|
||||
LevenbergMarquardt
|
||||
MatrixFunctions
|
||||
MoreVectorization
|
||||
MPRealSupport
|
||||
NonLinearOptimization
|
||||
NumericalDiff
|
||||
OpenGLSupport
|
||||
Polynomials
|
||||
Skyline
|
||||
SparseExtra
|
||||
Splines
|
||||
)
|
||||
|
||||
install(FILES
|
||||
${Eigen_HEADERS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user