aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Core/util
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-03-24 13:12:14 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-03-24 13:12:14 -0700
commitd3f7915aeb5fb08da7961cfb0160561ec0cf56bb (patch)
treeadf1d716f3ebd09540728776b719bfe8cdb1a022 /unsupported/Eigen/CXX11/src/Core/util
parent0196141938e5f988308eab82450cf283dacdf844 (diff)
parentabdbe8562e889a0ca0877d607cfd5c4cbf937e3a (diff)
Pulled latest update from the eigen main codebase
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Core/util')
-rw-r--r--unsupported/Eigen/CXX11/src/Core/util/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/unsupported/Eigen/CXX11/src/Core/util/CMakeLists.txt b/unsupported/Eigen/CXX11/src/Core/util/CMakeLists.txt
new file mode 100644
index 000000000..1e3b14712
--- /dev/null
+++ b/unsupported/Eigen/CXX11/src/Core/util/CMakeLists.txt
@@ -0,0 +1,6 @@
+FILE(GLOB Eigen_CXX11_Core_util_SRCS "*.h")
+
+INSTALL(FILES
+ ${Eigen_CXX11_Core_util_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/CXX11/src/Core/util COMPONENT Devel
+ )