From 4bb5221d229703a906c6fe805b73fac2496c8bea Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 18 Mar 2009 20:06:06 +0000 Subject: Add BVH module in unsupported (patch from Ilya Baran) (I thought I committed it a week ago but it seems the command failed) --- unsupported/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unsupported/CMakeLists.txt') diff --git a/unsupported/CMakeLists.txt b/unsupported/CMakeLists.txt index de3e0dc9f..895fcdbed 100644 --- a/unsupported/CMakeLists.txt +++ b/unsupported/CMakeLists.txt @@ -1,6 +1,8 @@ add_subdirectory(Eigen) +add_subdirectory(doc) + if(EIGEN_BUILD_TESTS) add_subdirectory(test) endif(EIGEN_BUILD_TESTS) -- cgit v1.2.3