aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/Skyline
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-02-16 17:59:35 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-02-16 17:59:35 +0100
commit03d86ea736d8ea49092c8963880cc64e91e679a5 (patch)
tree5d227a07753b16724eeedca5133f29401d5475d3 /unsupported/Eigen/src/Skyline
parent13a558283563a589ba860503683939a45c0fa290 (diff)
fix intallation of unsupported modules
Diffstat (limited to 'unsupported/Eigen/src/Skyline')
-rw-r--r--unsupported/Eigen/src/Skyline/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/unsupported/Eigen/src/Skyline/CMakeLists.txt b/unsupported/Eigen/src/Skyline/CMakeLists.txt
new file mode 100644
index 000000000..3bf1b0dd4
--- /dev/null
+++ b/unsupported/Eigen/src/Skyline/CMakeLists.txt
@@ -0,0 +1,6 @@
+FILE(GLOB Eigen_Skyline_SRCS "*.h")
+
+INSTALL(FILES
+ ${Eigen_Skyline_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Skyline COMPONENT Devel
+ )