From 088899236b0904c0a3d0fc5a92b0cb5ffd35cd17 Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Sun, 1 May 2011 21:39:13 +0000 Subject: =trunk= Recommitted eltopo collision code (but disabled by default) with Genscher's permission. To use, you need to install liblapack and libblas --- extern/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extern/CMakeLists.txt') diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index d74c6683f2c..c146d6dba83 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -31,6 +31,10 @@ if(WITH_BULLET) add_subdirectory(bullet2) endif() +if(WITH_ELTOPO) + add_subdirectory(eltopo) +endif() + if(WITH_BINRELOC) add_subdirectory(binreloc) endif() -- cgit v1.2.3