ADD: Message container and Join Message

This commit is contained in:
Henry Winkel
2022-11-11 14:36:57 +01:00
parent 2d077f4ff4
commit 3006f79883
13 changed files with 545 additions and 23 deletions

View File

@@ -40,7 +40,20 @@ endif()
add_library(whisper-com STATIC
include/WHISPER/whisper.hpp
src/WHISPER/whisper.cpp
include/WHISPER/threadSafeQueue.hpp
src/WHISPER/threadSafeQueue.cpp
include/WHISPER/Messages/Message.hpp
src/WHISPER/Messages/Message.cpp
include/WHISPER/Messages/Join.hpp
src/WHISPER/Messages/Join.cpp
../include/WHISPER/Messages/Protos/message.pb.cc
)