ADD: added new basic messages and added the parentID as an part of the identifier
This commit is contained in:
@@ -61,15 +61,23 @@ add_library(whisper-com STATIC
|
||||
src/WHISPER/Messages/Leave.cpp
|
||||
|
||||
|
||||
|
||||
include/WHISPER/Messages/Ping.hpp
|
||||
src/WHISPER/Messages/Ping.cpp
|
||||
|
||||
include/WHISPER/Messages/Pong.hpp
|
||||
src/WHISPER/Messages/Pong.cpp
|
||||
|
||||
include/WHISPER/Messages/stringData.hpp
|
||||
src/WHISPER/Messages/stringData.cpp
|
||||
|
||||
include/WHISPER/Messages/Protos/message.pb.cc
|
||||
|
||||
include/WHISPER/Messages/Protos/join.pb.cc
|
||||
|
||||
include/WHISPER/Messages/Protos/leave.pb.cc
|
||||
include/WHISPER/Messages/Protos/ping.pb.cc
|
||||
include/WHISPER/Messages/Protos/pong.pb.cc
|
||||
include/WHISPER/Messages/Protos/stringData.pb.cc
|
||||
|
||||
|
||||
|
||||
)
|
||||
@@ -102,18 +110,18 @@ target_include_directories(whisper-com PUBLIC
|
||||
loguru
|
||||
)
|
||||
|
||||
# add_executable(mainRcv
|
||||
add_executable(mainRcv
|
||||
|
||||
# src/mainRecv.cpp
|
||||
src/mainRecv.cpp
|
||||
|
||||
|
||||
# )
|
||||
# target_link_libraries(mainRcv
|
||||
# loguru
|
||||
# whisper-com
|
||||
)
|
||||
target_link_libraries(mainRcv
|
||||
loguru
|
||||
whisper-com
|
||||
|
||||
|
||||
# )
|
||||
)
|
||||
|
||||
#
|
||||
# Everything TEST related
|
||||
|
||||
Reference in New Issue
Block a user