# CMakeLists.txt -- CMake configuration file for qhull, qhull6, and related programs # # To build with MSYS/mingw # cd build && cmake -G "MSYS Makefiles" .. && cmake .. # make # make install # # To uninstall on unix or MSYS/mingw # xargs rm