mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-31 01:03:38 +08:00
7 lines
116 B
CMake
7 lines
116 B
CMake
FILE(GLOB Eigen_Core_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_Core_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Core
|
|
)
|