aboutsummaryrefslogtreecommitdiff
path: root/Eigen/src/UmfPackSupport/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/UmfPackSupport/CMakeLists.txt')
-rw-r--r--Eigen/src/UmfPackSupport/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Eigen/src/UmfPackSupport/CMakeLists.txt b/Eigen/src/UmfPackSupport/CMakeLists.txt
new file mode 100644
index 000000000..a57de0020
--- /dev/null
+++ b/Eigen/src/UmfPackSupport/CMakeLists.txt
@@ -0,0 +1,6 @@
+FILE(GLOB Eigen_UmfPackSupport_SRCS "*.h")
+
+INSTALL(FILES
+ ${Eigen_UmfPackSupport_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/UmfPackSupport COMPONENT Devel
+ )