mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
a52c74095f
in the examples instead of ugly things like #include"../../src/Core.h"
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
|
|
)
|