Skip to content

Commit

Permalink
* ADD [ringbuffer] Add ringbuffer to cmake file
Browse files Browse the repository at this point in the history
Signed-off-by: Moi Ran <[email protected]>
  • Loading branch information
RanMaoyi committed Nov 17, 2023
1 parent 75d4a04 commit 5938d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/supplemental/nanolib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ if (SUPP_RULE_ENGINE)
nng_test(rule_test)
endif (SUPP_RULE_ENGINE)



add_subdirectory(ringbuffer)
3 changes: 3 additions & 0 deletions src/supplemental/nanolib/ringbuffer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nng_sources(
ringbuffer.c
)

0 comments on commit 5938d8d

Please sign in to comment.