aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CMakeLists.txt
blob: e961e72c5795dcaf23947dbd942858fe34272d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(Eigen_HEADERS AdolcForward BVH IterativeSolvers MatrixFunctions MoreVectorization AutoDiff AlignedVector3 Polynomials
                  FFT NonLinearOptimization SparseExtra IterativeSolvers
                  NumericalDiff Skyline MPRealSupport OpenGLSupport KroneckerProduct Splines
   )

install(FILES
  ${Eigen_HEADERS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
  )

add_subdirectory(src)