This commit is contained in:
Timur A. Fatkhullin
2025-01-26 23:59:22 +03:00
parent 6e4e776ecf
commit e8dfb0de5a
3 changed files with 88 additions and 9 deletions

View File

@@ -12,4 +12,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.h
control_proto.cpp)