pineapple/externals/vcpkg/ports/googleapis/usage
2022-07-23 03:01:36 +02:00

6 lines
288 B
Text
Executable file

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++)