FIX: fixed some issues with subscribung and unsubscribing from topics

This commit is contained in:
Henry Winkel
2023-01-18 11:21:57 +01:00
parent f7d57ccbb8
commit 49bdb28535
7 changed files with 83 additions and 40 deletions

View File

@@ -89,18 +89,18 @@ target_include_directories(whisper-com PUBLIC
$<INSTALL_INTERFACE:include>
src)
# add_executable(main
add_executable(main
# src/main.cpp
src/main.cpp
# )
# add_dependencies(main protoc)
)
add_dependencies(main protoc)
# target_link_libraries(main
# whisper-com
# loguru
# )
target_link_libraries(main
whisper-com
loguru
)
# add_executable(mainRcv