aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/CMakeLists.txt
blob: e1fbf97e2b211d87ebe9a10746c1e3ea653c5b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)