aboutsummaryrefslogtreecommitdiff
path: root/ports/farmhash/usage
diff options
context:
space:
mode:
authorkreuzerkrieg <kreuzerkrieg@gmail.com>2020-02-13 00:44:06 +0200
committerGitHub <noreply@github.com>2020-02-12 14:44:06 -0800
commit6abebce350e32c93b31175952d0bb22f2af82f6d (patch)
tree037daae676cce90d9af0a800e012252e8382f36a /ports/farmhash/usage
parent71a9def3df1cd418a8c00e69413f19507ab25fa8 (diff)
downloadvcpkg-6abebce350e32c93b31175952d0bb22f2af82f6d.tar.gz
vcpkg-6abebce350e32c93b31175952d0bb22f2af82f6d.zip
[farmhash] Add new port (#9929)
* FarmHash, a family of hash functions. * WiP
Diffstat (limited to 'ports/farmhash/usage')
-rw-r--r--ports/farmhash/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/farmhash/usage b/ports/farmhash/usage
new file mode 100644
index 000000000..6ec1706dc
--- /dev/null
+++ b/ports/farmhash/usage
@@ -0,0 +1,4 @@
+The package farmhash is compatible with built-in CMake targets:
+
+ FIND_PACKAGE(farmhash REQUIRED)
+ TARGET_LINK_LIBRARIES(main PRIVATE GOOGLE::farmhash) for linkage \ No newline at end of file