aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Laurent Montel <montel@kde.org>2009-02-22 10:28:31 +0000
committerGravatar Laurent Montel <montel@kde.org>2009-02-22 10:28:31 +0000
commit8e7c4df0db731f0a6dd9de7a1007d0f0eacf09e0 (patch)
tree6d708f6215240d28cf761c95e5a4207934ddf0e2
parentde014efdafa8f5dbc8ccfa2b3e1c75535b920e26 (diff)
Fix install header
-rw-r--r--Eigen/src/Core/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Eigen/src/Core/CMakeLists.txt b/Eigen/src/Core/CMakeLists.txt
index 761e8c3f5..4a539116a 100644
--- a/Eigen/src/Core/CMakeLists.txt
+++ b/Eigen/src/Core/CMakeLists.txt
@@ -5,5 +5,13 @@ INSTALL(FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core
)
+FILE(GLOB Eigen_Core_Product_SRCS "products/*.h")
+
+INSTALL(FILES
+ ${Eigen_Core_Product_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core/products
+ )
+
+
ADD_SUBDIRECTORY(util)
ADD_SUBDIRECTORY(arch)