We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3697b commit 3016f55Copy full SHA for 3016f55
src/viam/api/CMakeLists.txt
@@ -19,6 +19,7 @@ if (VIAMCPPSDK_USE_DYNAMIC_PROTOS)
19
endif()
20
21
set(BUF_PROTO_COMPONENTS
22
+ app/data
23
app/mltraining
24
app/packages
25
app/v1
@@ -112,6 +113,9 @@ if (VIAMCPPSDK_USE_DYNAMIC_PROTOS)
112
113
# it sanely? We would need to filter out (or add in) the headers.
114
115
# This list is needed for the core library.
116
+ ${PROTO_GEN_DIR}/app/data/v1/data.grpc.pb.cc
117
+ ${PROTO_GEN_DIR}/app/data/v1/data.grpc.pb.h
118
+ ${PROTO_GEN_DIR}/app/data/v1/data.pb.cc
119
${PROTO_GEN_DIR}/app/mltraining/v1/ml_training.pb.cc
120
${PROTO_GEN_DIR}/app/mltraining/v1/ml_training.pb.h
121
${PROTO_GEN_DIR}/app/packages/v1/packages.pb.cc
0 commit comments