Skip to content

Commit

Permalink
Expose tiny_queue via CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanplusplus committed Nov 4, 2024
1 parent 425c628 commit c495b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target_sources(tiny INTERFACE
${CMAKE_CURRENT_LIST_DIR}/src/tiny_hsm.c
${CMAKE_CURRENT_LIST_DIR}/src/tiny_list.c
${CMAKE_CURRENT_LIST_DIR}/src/tiny_message_bus.c
${CMAKE_CURRENT_LIST_DIR}/src/tiny_queue.c
${CMAKE_CURRENT_LIST_DIR}/src/tiny_ram_key_value_store.c
${CMAKE_CURRENT_LIST_DIR}/src/tiny_ring_buffer.c
${CMAKE_CURRENT_LIST_DIR}/src/tiny_single_subscriber_event.c
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"maintainer": true
}
],
"version": "6.4.0",
"version": "6.4.1",
"frameworks": "*",
"platforms": "*",
"export": {
Expand Down

0 comments on commit c495b9f

Please sign in to comment.