source: pacpussensors/trunk/Vislab/lib3dv/eigen/unsupported/Eigen/CMakeLists.txt@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 441 bytes
Line 
1set(Eigen_HEADERS AdolcForward AlignedVector3 ArpackSupport AutoDiff BVH FFT IterativeSolvers KroneckerProduct LevenbergMarquardt
2 MatrixFunctions MoreVectorization MPRealSupport NonLinearOptimization NumericalDiff OpenGLSupport Polynomials
3 Skyline SparseExtra Splines
4 )
5
6install(FILES
7 ${Eigen_HEADERS}
8 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
9 )
10
11add_subdirectory(src)
Note: See TracBrowser for help on using the repository browser.