Files
eigen/unsupported/Eigen/src/Splines/CMakeLists.txt
2011-12-08 23:12:39 +01:00

7 lines
162 B
CMake

FILE(GLOB Eigen_Splines_SRCS "*.h")
INSTALL(FILES
${Eigen_Splines_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Splines COMPONENT Devel
)