mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
29 lines
469 B
CMake
29 lines
469 B
CMake
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}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
|
|
)
|
|
|
|
add_subdirectory(src)
|
|
add_subdirectory(CXX11) |