protocol: add basic communicate protocol pack and unpack.
This commit is contained in:
8
Test/CMakeLists.txt
Normal file
8
Test/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(frelayTest LANGUAGES CXX)
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_executable(frelayTest protocolTest.cpp)
|
||||
target_link_libraries(frelayTest PRIVATE Protocol)
|
||||
Reference in New Issue
Block a user