aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/knncolle/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/knncolle/usage')
-rw-r--r--vcpkg/ports/knncolle/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/ports/knncolle/usage b/vcpkg/ports/knncolle/usage
new file mode 100644
index 0000000..bbd93e5
--- /dev/null
+++ b/vcpkg/ports/knncolle/usage
@@ -0,0 +1,5 @@
+knncolle is header-only and can be used from CMake via:
+
+ find_package(knncolle_knncolle CONFIG REQUIRED)
+ target_link_libraries(mylib INTERFACE knncolle::knncolle)
+ \ No newline at end of file