This commit is contained in:
2025-01-21 12:05:21 +03:00
parent 6ec503ff04
commit fa5507feef
5 changed files with 84 additions and 1 deletions

View File

@@ -8,4 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# (extended LX200 protocol)
#
set(COMM_PROTO_LIB_SRC comm_proto.h)
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})