Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MelamudMichael authored Mar 11, 2024
1 parent 3b0c21d commit 986352f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ add_definitions(-DSPDLOG_FMT_EXTERNAL)
add_executable(rpc_client src/main_rpc_client.cpp)
target_link_libraries(rpc_client
PUBLIC
up-client-zenoh-cpp::up-client-zenoh-cpp
${ZENOH_LIB})
${ZENOH_LIB}
up-client-zenoh-cpp::up-client-zenoh-cpp)

target_include_directories(rpc_client
PUBLIC
Expand All @@ -54,8 +54,8 @@ target_include_directories(rpc_client
add_executable(rpc_server src/main_rpc_server.cpp)
target_link_libraries(rpc_server
PUBLIC
up-client-zenoh-cpp::up-client-zenoh-cpp
${ZENOH_LIB})
${ZENOH_LIB}
up-client-zenoh-cpp::up-client-zenoh-cpp)

target_include_directories(rpc_server
PUBLIC
Expand Down

0 comments on commit 986352f

Please sign in to comment.