server: base server code.

This commit is contained in:
2025-06-14 09:27:50 +08:00
parent ff14e30d31
commit 16572fa29c
14 changed files with 500 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core)
set(SOURCES
Protocol.cxx
Protocol.h
InfoClient.h
InfoClient.cpp
InfoPack.hpp
)
add_library(Protocol STATIC ${SOURCES})