Files
eigen/unsupported/Eigen/CMakeLists.txt

33 lines
603 B
CMake
Raw Normal View History

2015-10-16 18:21:02 -07:00
set(Eigen_HEADERS
AdolcForward
AlignedVector3
ArpackSupport
AutoDiff
BVH
2016-06-12 23:40:17 +03:00
EulerAngles
2015-10-16 18:21:02 -07:00
FFT
IterativeSolvers
KroneckerProduct
LevenbergMarquardt
MatrixFunctions
MoreVectorization
MPRealSupport
NonLinearOptimization
NumericalDiff
OpenGLSupport
Polynomials
Skyline
SparseExtra
SpecialFunctions
2015-10-16 18:21:02 -07:00
Splines
)
install(FILES
${Eigen_HEADERS}
2009-02-23 07:50:56 +00: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-12 23:40:17 +03:00
add_subdirectory(CXX11)