aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-02 12:40:19 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-02 12:40:19 -0400
commit71f19d90d0a6a04c1bc79f9f9abee497f03e5299 (patch)
tree525080299abea6d7cdf727611270d013a9033398
parent57e1c5b0aa71a84926a01668ad096fea2dccae2a (diff)
forgot to hg add this file
-rw-r--r--Eigen/src/Core/products/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Eigen/src/Core/products/CMakeLists.txt b/Eigen/src/Core/products/CMakeLists.txt
new file mode 100644
index 000000000..21fc94ae3
--- /dev/null
+++ b/Eigen/src/Core/products/CMakeLists.txt
@@ -0,0 +1,6 @@
+FILE(GLOB Eigen_Core_Product_SRCS "*.h")
+
+INSTALL(FILES
+ ${Eigen_Core_Product_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core/products COMPONENT Devel
+ )