aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-01-05 14:36:55 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-01-05 14:36:55 +0100
commit97f0f02e107534712cd5bdcdabf39656908c2caf (patch)
tree906209373253625d682d817b7e04255972baaded /Eigen/src/plugins
parent9d9e00b6080153ddaa26ccfce922d7814811a1ae (diff)
forgot to hg add this file
Diffstat (limited to 'Eigen/src/plugins')
-rw-r--r--Eigen/src/plugins/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Eigen/src/plugins/CMakeLists.txt b/Eigen/src/plugins/CMakeLists.txt
new file mode 100644
index 000000000..1a1d3ffbd
--- /dev/null
+++ b/Eigen/src/plugins/CMakeLists.txt
@@ -0,0 +1,6 @@
+FILE(GLOB Eigen_plugins_SRCS "*.h")
+
+INSTALL(FILES
+ ${Eigen_plugins_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/plugins COMPONENT Devel
+ )