blob: 7733441197bc22ec212e7083697c89324134fc50 [file]
SET(Eigen_SRCS Core CoreDeclarations LU Cholesky QR)
SET(INCLUDE_INSTALL_DIR
"${CMAKE_INSTALL_PREFIX}/include/eigen2"
CACHE PATH
"The directory where we install the header files"
FORCE)
INSTALL(FILES
${Eigen_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen
)
ADD_SUBDIRECTORY(src)