Moving third-party submodules to third-party folder.

This commit is contained in:
Pol Henarejos
2026-04-16 19:48:25 +02:00
parent 7b8d09550a
commit 8821728cc7
10 changed files with 87 additions and 81 deletions

View File

@@ -2,7 +2,7 @@ set(PICO_KEYS_SDK_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../..)
idf_component_register(
SRCS ${CBOR_SOURCES}
INCLUDE_DIRS ${PICO_KEYS_SDK_DIR}/tinycbor/src
INCLUDE_DIRS ${PICO_KEYS_SDK_DIR}/third-party/tinycbor/src
)
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE ON)