aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-05-07 14:49:56 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-05-07 14:49:56 +0000
commit7080282a6ddb965ed1516ccc51f2605cd8fc2026 (patch)
tree95f853a962beaf1e95f0bd31cd9d57f7b3669143
parent6dffdca123418a1e504c0b9ef5b313c122af246e (diff)
forgot a svn add CMakeLists.txt
-rw-r--r--unsupported/Eigen/src/AutoDiff/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/unsupported/Eigen/src/AutoDiff/CMakeLists.txt b/unsupported/Eigen/src/AutoDiff/CMakeLists.txt
new file mode 100644
index 000000000..ad91fd9c4
--- /dev/null
+++ b/unsupported/Eigen/src/AutoDiff/CMakeLists.txt
@@ -0,0 +1,6 @@
+FILE(GLOB Eigen_AutoDiff_SRCS "*.h")
+
+INSTALL(FILES
+ ${Eigen_AutoDiff_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/AutoDiff COMPONENT Devel
+ )