aboutsummaryrefslogtreecommitdiff
path: root/ports/googleapis/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/googleapis/usage')
-rw-r--r--ports/googleapis/usage6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/googleapis/usage b/ports/googleapis/usage
new file mode 100644
index 000000000..00ca628e5
--- /dev/null
+++ b/ports/googleapis/usage
@@ -0,0 +1,6 @@
+The package googleapis is compatible with built-in CMake targets:
+
+ find_package(googleapis CONFIG REQUIRED)
+
+ # Then link against the proto libraries that you want to use, for example:
+ target_link_libraries(main PRIVATE googleapis-c++::bigtable_protos gRPC::grpc gRPC::grpc++)