Skip to content

Commit 3016f55

Browse files
committed
add data protos and build data
1 parent fd3697b commit 3016f55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/viam/api/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ if (VIAMCPPSDK_USE_DYNAMIC_PROTOS)
1919
endif()
2020

2121
set(BUF_PROTO_COMPONENTS
22+
app/data
2223
app/mltraining
2324
app/packages
2425
app/v1
@@ -112,6 +113,9 @@ if (VIAMCPPSDK_USE_DYNAMIC_PROTOS)
112113
# it sanely? We would need to filter out (or add in) the headers.
113114

114115
# 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
115119
${PROTO_GEN_DIR}/app/mltraining/v1/ml_training.pb.cc
116120
${PROTO_GEN_DIR}/app/mltraining/v1/ml_training.pb.h
117121
${PROTO_GEN_DIR}/app/packages/v1/packages.pb.cc

0 commit comments

Comments
 (0)