You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
469 B

  1. set(Eigen_HEADERS
  2. AdolcForward
  3. AlignedVector3
  4. ArpackSupport
  5. AutoDiff
  6. BVH
  7. FFT
  8. IterativeSolvers
  9. KroneckerProduct
  10. LevenbergMarquardt
  11. MatrixFunctions
  12. MoreVectorization
  13. MPRealSupport
  14. NonLinearOptimization
  15. NumericalDiff
  16. OpenGLSupport
  17. Polynomials
  18. Skyline
  19. SparseExtra
  20. Splines
  21. )
  22. install(FILES
  23. ${Eigen_HEADERS}
  24. DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
  25. )
  26. add_subdirectory(src)
  27. add_subdirectory(CXX11)