aboutsummaryrefslogtreecommitdiff
path: root/ports/gflags/usage
diff options
context:
space:
mode:
authorbucurb <bobuc@microsoft.com>2021-08-28 00:43:13 +0100
committerGitHub <noreply@github.com>2021-08-27 16:43:13 -0700
commit3582b8a4f0a4b8b145ac3359e98b47624a15f8f5 (patch)
treeb9e4d73031a0637f7364e54c8858405a826bd2c9 /ports/gflags/usage
parentc350a3b7129edc3240b7fe40dcda6ebd35e9175d (diff)
downloadvcpkg-3582b8a4f0a4b8b145ac3359e98b47624a15f8f5.tar.gz
vcpkg-3582b8a4f0a4b8b145ac3359e98b47624a15f8f5.zip
[glog] Fixed gflags dependency (#18739)
Diffstat (limited to 'ports/gflags/usage')
-rw-r--r--ports/gflags/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/gflags/usage b/ports/gflags/usage
new file mode 100644
index 000000000..67fb74789
--- /dev/null
+++ b/ports/gflags/usage
@@ -0,0 +1,4 @@
+The package gflags provides CMake targets:
+
+ find_package(gflags CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE gflags::gflags)