vcglib/eigenlib/unsupported/Eigen/CMakeLists.txt

12 lines
425 B
CMake
Raw Normal View History

2011-10-05 17:04:40 +02:00
set(Eigen_HEADERS AdolcForward BVH IterativeSolvers MatrixFunctions MoreVectorization AutoDiff AlignedVector3 Polynomials
FFT NonLinearOptimization SparseExtra IterativeSolvers
NumericalDiff Skyline MPRealSupport OpenGLSupport KroneckerProduct Splines
2011-10-05 17:04:40 +02:00
)
install(FILES
${Eigen_HEADERS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
)
add_subdirectory(src)