Skip to content

Commit

Permalink
Rename files to client/service for c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcamposruiz committed Jul 27, 2023
1 parent 27b752d commit 1488d6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include(ConnextDdsAddExample)
connextdds_add_example(
IDL "Inventory"
LANG "C++11"
# SUB_NAME "service"
# PUB_NAME "client"
SUB_NAME "service"
PUB_NAME "client"
DEPENDENCIES RTIConnextDDS::messaging_cpp2_api
)

0 comments on commit 1488d6e

Please sign in to comment.