aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/CMakeLists.txt
blob: 0f3ec5d4c0059ff14cad21bab132939e46ac311a (plain)
1
2
3
4
5
6
FILE(GLOB Eigen_Core_SRCS "*.h")

INSTALL(FILES 
  ${gen_Core_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/Core
  )