Files
eigen/Eigen/src/Core/CMakeLists.txt

8 lines
148 B
CMake
Raw Normal View History

FILE(GLOB Eigen_Core_SRCS "*.h")
INSTALL(FILES
${Eigen_Core_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core
)
ADD_SUBDIRECTORY(util)