This commit is contained in:
2025-01-31 12:45:20 +03:00
parent 31c885ba02
commit 61afd0f4a7
2 changed files with 139 additions and 1 deletions

View File

@@ -13,4 +13,5 @@ set(COMM_PROTO_LIB_SRC comm_proto.h comm_proto.cpp)
set(COMM_PROTO_LIB comm_proto)
add_library(${COMM_PROTO_LIB} STATIC ${COMM_PROTO_LIB_SRC}
control_proto.h
control_proto.cpp)
control_proto.cpp
utils.h)