From 95db32fcdca090cd79ee861016f07a5366887d9d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 4 Feb 2009 15:37:00 +0000 Subject: setup the unsupported directory structure. The unsupported module documentation is automatically generated in: build/doc/unsupported/ with bidirectional cross references. I leave a class Foo in AdolcForward module to illustrate the cross-reference behavior. I will remove it in the next commit. --- unsupported/Eigen/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 unsupported/Eigen/CMakeLists.txt (limited to 'unsupported/Eigen/CMakeLists.txt') diff --git a/unsupported/Eigen/CMakeLists.txt b/unsupported/Eigen/CMakeLists.txt new file mode 100644 index 000000000..08b2a38a6 --- /dev/null +++ b/unsupported/Eigen/CMakeLists.txt @@ -0,0 +1,8 @@ +set(Eigen_HEADERS AdolcForward) + +install(FILES + ${Eigen_HEADERS} + DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen + ) + +add_subdirectory(src) -- cgit v1.2.3