Skip to content

Commit

Permalink
* ADD [exchange] Include exchange in CMakeLists
Browse files Browse the repository at this point in the history
Signed-off-by: Moi Ran <maoyi.ran@emqx.io>
  • Loading branch information
RanMaoyi committed Nov 24, 2023
1 parent 6981890 commit 02d3bd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/mqtt/protocol/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
nng_directory(protocol)

add_subdirectory(mqtt)


add_subdirectory(exchange)
9 changes: 9 additions & 0 deletions src/mqtt/protocol/exchange/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
nng_test(producer_test)
nng_test(exchange_test)
nng_test(exchange_client_test)

nng_sources(
producer.c
exchange.c
exchange_client.c
)

0 comments on commit 02d3bd9

Please sign in to comment.