add: spdlog and basic client code.
This commit is contained in:
@@ -4,5 +4,10 @@ project(frelayTest LANGUAGES CXX)
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_executable(frelayTest protocolTest.cpp infoTest.h infoTest.cpp)
|
||||
target_link_libraries(frelayTest PRIVATE Protocol)
|
||||
set(MSOURCES
|
||||
msgTest.h msgTest.cpp
|
||||
protocolTest.cpp infoTest.h infoTest.cpp
|
||||
)
|
||||
|
||||
add_executable(frelayTest ${MSOURCES})
|
||||
target_link_libraries(frelayTest PRIVATE Protocol Util)
|
||||
Reference in New Issue
Block a user