From e2bd7fc50faf0d028ca1775f54b72c94674cce6a Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 19 Aug 2024 00:06:49 +0200 Subject: [PATCH] Add tinycbor to ESP32 build. Signed-off-by: Pol Henarejos --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6d96dd5..7a370a4 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ idf_component_register( SRCS ${INTERNAL_SOURCES} - INCLUDE_DIRS . fs rng usb ../mbedtls/include + INCLUDE_DIRS . fs rng usb ../mbedtls/include ../tinycbor/src REQUIRES bootloader_support esp_partition esp_tinyusb efuse )