mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 05:34:04 -05:00
7 lines
288 B
Plaintext
Executable File
7 lines
288 B
Plaintext
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++)
|