early-access version 2853
This commit is contained in:
9
externals/vcpkg/ports/qhull/usage
vendored
Executable file
9
externals/vcpkg/ports/qhull/usage
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user