add missing CMakeLists.txt in Splines

This commit is contained in:
Gael Guennebaud 2011-12-08 23:12:39 +01:00
parent dd232e30b0
commit 06450882ab

View File

@ -0,0 +1,6 @@
FILE(GLOB Eigen_Splines_SRCS "*.h")
INSTALL(FILES
${Eigen_Splines_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Splines COMPONENT Devel
)