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