Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 0432a87

Browse files
authored
feat: add libraries for metric and monitored_resource. (#22)
1 parent 051e01e commit 0432a87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ googleapis_cpp_add_library("google/api/http.proto")
181181
googleapis_cpp_add_library("google/api/annotations.proto" api_http_protos)
182182
googleapis_cpp_add_library("google/api/auth.proto" api_annotations_protos)
183183
googleapis_cpp_add_library("google/api/client.proto")
184+
googleapis_cpp_add_library("google/api/label.proto")
185+
googleapis_cpp_add_library("google/api/launch_stage.proto")
186+
googleapis_cpp_add_library("google/api/metric.proto" api_launch_stage_protos
187+
api_label_protos)
188+
googleapis_cpp_add_library("google/api/monitored_resource.proto"
189+
api_launch_stage_protos api_label_protos)
184190
googleapis_cpp_add_library("google/api/resource.proto")
185191

186192
googleapis_cpp_add_library("google/type/expr.proto")

0 commit comments

Comments
 (0)