aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigen2Support
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-09-14 04:11:15 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-09-14 04:11:15 -0400
commit77c943670ed7e4aad5a5ef8f2979f5949ce83a39 (patch)
tree67295b987cd1a0f58706334242d7b154c2a8af72 /Eigen/src/Eigen2Support
parent91e9344be9e408751a750f08067d1798a6c2c7fd (diff)
add cmakelists for 2 subdirs and make sure all subdirs are installed (GLOB)
Diffstat (limited to 'Eigen/src/Eigen2Support')
-rw-r--r--Eigen/src/Eigen2Support/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Eigen/src/Eigen2Support/CMakeLists.txt b/Eigen/src/Eigen2Support/CMakeLists.txt
new file mode 100644
index 000000000..2d635042e
--- /dev/null
+++ b/Eigen/src/Eigen2Support/CMakeLists.txt
@@ -0,0 +1,6 @@
+FILE(GLOB Eigen_Eigen2Support_SRCS "*.h")
+
+INSTALL(FILES
+ ${Eigen_Eigen2Support_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Eigen2Support COMPONENT Devel
+ )