custom control protocol (starting)

This commit is contained in:
2025-01-26 17:28:20 +03:00
parent e6fed727d2
commit 6e4e776ecf
2 changed files with 77 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
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})
add_library(${COMM_PROTO_LIB} STATIC ${COMM_PROTO_LIB_SRC}
control_proto.h)