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 828d0ef commit f64d757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pubsub/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ target_link_libraries(sub

target_include_directories(sub
PUBLIC
$ENV{CMAKE_ZENOH_INCLUDE_PATH}
${fmt_INCLUDE_DIR}
${spdlog_INCLUDE_DIR})

Expand All @@ -47,5 +48,6 @@ target_link_libraries(pub

target_include_directories(pub
PUBLIC
$ENV{CMAKE_ZENOH_INCLUDE_PATH}
${fmt_INCLUDE_DIR}
${spdlog_INCLUDE_DIR})

0 comments on commit f64d757

Please sign in to comment.