aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/triangle/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/triangle/usage')
-rw-r--r--vcpkg/ports/triangle/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/triangle/usage b/vcpkg/ports/triangle/usage
new file mode 100644
index 0000000..b065965
--- /dev/null
+++ b/vcpkg/ports/triangle/usage
@@ -0,0 +1,4 @@
+triangle provides CMake targets:
+
+ find_package(unofficial-triangle CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE unofficial::triangle::triangle)