diff --git a/CMakeLists.txt b/CMakeLists.txt index 59dff41..1034d1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,626 +1,426 @@ # CMakeLists.txt -- CMake configuration file for qhull, qhull6, and related programs # # To install CMake # Download from http://www.cmake.org/download/ # # To find the available targets for CMake -G "..." # cmake --help # # To build with MSYS/mingw # cd build && cmake -G "MSYS Makefiles" .. && cmake .. # make # make install # # To uninstall on unix or MSYS/mingw # xargs rm