# 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