eigen/unsupported/Eigen/CMakeLists.txt

33 lines
603 B
CMake
Raw Normal View History

2015-10-17 09:21:02 +08:00
set(Eigen_HEADERS
AdolcForward
AlignedVector3
ArpackSupport
AutoDiff
BVH
2016-06-13 04:40:17 +08:00
EulerAngles
2015-10-17 09:21:02 +08:00
FFT
IterativeSolvers
KroneckerProduct
LevenbergMarquardt
MatrixFunctions
MoreVectorization
MPRealSupport
NonLinearOptimization
NumericalDiff
OpenGLSupport
Polynomials
Skyline
SparseExtra
SpecialFunctions
2015-10-17 09:21:02 +08:00
Splines
)
install(FILES
${Eigen_HEADERS}
2009-02-23 15:50:56 +08:00
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
)
install(DIRECTORY src DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel FILES_MATCHING PATTERN "*.h")
2016-06-13 04:40:17 +08:00
add_subdirectory(CXX11)