From c495b9fb0b1ed31991bcdf997ecf1a0c72de9987 Mon Sep 17 00:00:00 2001 From: Ryan Hartlage Date: Mon, 4 Nov 2024 11:56:24 -0500 Subject: [PATCH] Expose tiny_queue via CMakeLists.txt --- CMakeLists.txt | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fdece7e..109c806 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/library.json b/library.json index f4c83fb..836c133 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "maintainer": true } ], - "version": "6.4.0", + "version": "6.4.1", "frameworks": "*", "platforms": "*", "export": {