From 71f19d90d0a6a04c1bc79f9f9abee497f03e5299 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 2 Oct 2009 12:40:19 -0400 Subject: forgot to hg add this file --- Eigen/src/Core/products/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Eigen/src/Core/products/CMakeLists.txt (limited to 'Eigen/src/Core/products/CMakeLists.txt') 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 + ) -- cgit v1.2.3