aboutsummaryrefslogtreecommitdiff
path: root/ports/sparsehash/usage
diff options
context:
space:
mode:
authorzi-m <53815290+zi-m@users.noreply.github.com>2019-08-20 19:33:40 +0200
committerCurtis J Bezault <curtbezault@gmail.com>2019-08-20 10:33:40 -0700
commit87da3884314cf24cd1c25f4ac5ab3bcf8554210a (patch)
tree876006586325a86c5710366a1e84e111f9992fde /ports/sparsehash/usage
parent573bebe6b76d6efc88bf3652ca9b1e62f0f3f85b (diff)
downloadvcpkg-87da3884314cf24cd1c25f4ac5ab3bcf8554210a.tar.gz
vcpkg-87da3884314cf24cd1c25f4ac5ab3bcf8554210a.zip
[sparsehash] Add new port (#7772)
* sparsehash * Update portfile.cmake
Diffstat (limited to 'ports/sparsehash/usage')
-rw-r--r--ports/sparsehash/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sparsehash/usage b/ports/sparsehash/usage
new file mode 100644
index 000000000..5222b2402
--- /dev/null
+++ b/ports/sparsehash/usage
@@ -0,0 +1,4 @@
+The package sparsehash provides CMake targets:
+
+ find_package(sparsehash CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE sparsehash::sparsehash)