Skip to content

Commit bcb7dc5

Browse files
committed
fix build
Signed-off-by: wangbaiping/wbpcode <[email protected]>
1 parent 7916640 commit bcb7dc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/BUILD

+6
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,17 @@ proxy_wasm_cc_binary(
2626
srcs = ["http_proto_example.cc"],
2727
copts = ["-std=c++17"],
2828
protobuf = "lite",
29+
deps = [
30+
"@com_google_protobuf//:struct_cc_proto",
31+
],
2932
)
3033

3134
proxy_wasm_cc_binary(
3235
name = "http_proto_example_full.wasm",
3336
srcs = ["http_proto_example.cc"],
3437
copts = ["-std=c++17"],
3538
protobuf = "full",
39+
deps = [
40+
"@com_google_protobuf//:struct_cc_proto",
41+
],
3642
)

0 commit comments

Comments
 (0)