implemented local client join functionality
This commit is contained in:
@@ -98,6 +98,18 @@ target_include_directories(whisper-com PUBLIC
|
||||
loguru
|
||||
)
|
||||
|
||||
add_executable(mainRcv
|
||||
|
||||
src/mainRecv.cpp
|
||||
|
||||
|
||||
)
|
||||
target_link_libraries(mainRcv
|
||||
loguru
|
||||
whisper-com
|
||||
|
||||
|
||||
)
|
||||
|
||||
#
|
||||
# Everything TEST related
|
||||
|
||||
Reference in New Issue
Block a user