FIX: fixed some issues with subscribung and unsubscribing from topics
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user