aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/Splines
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-12-08 23:12:39 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-12-08 23:12:39 +0100
commit06450882ab20b184576b3ecc8699464c3f66cd1a (patch)
treee5885d50a1b5df864cee53b7c75ff1d9f129a6c1 /unsupported/Eigen/src/Splines
parentdd232e30b0a0ce4e8fe13622fe28d293b1ed40f5 (diff)
add missing CMakeLists.txt in Splines
Diffstat (limited to 'unsupported/Eigen/src/Splines')
-rw-r--r--unsupported/Eigen/src/Splines/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/unsupported/Eigen/src/Splines/CMakeLists.txt b/unsupported/Eigen/src/Splines/CMakeLists.txt
new file mode 100644
index 000000000..55c6271e9
--- /dev/null
+++ b/unsupported/Eigen/src/Splines/CMakeLists.txt
@@ -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
+ )