computes the convex hull, Delaunay triangulation, Voronoi diagram
The package qhull provides CMake targets:
# Reentrant C API
find_package(Qhull CONFIG REQUIRED)
target_link_libraries(main PRIVATE Qhull::qhull_r)
# C++ API
find_package(Qhull CONFIG REQUIRED)
target_link_libraries(main PRIVATE Qhull::qhullcpp)
Determines whether tools should be built
v8.0.2#5
All
Complex license
Manifest