mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-06 13:06:12 +02:00
7 lines
226 B
CMake
Executable File
7 lines
226 B
CMake
Executable File
set(PICO_KEYS_SDK_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../..)
|
|
idf_component_register(
|
|
SRCS ${CBOR_SOURCES}
|
|
INCLUDE_DIRS ${PICO_KEYS_SDK_DIR}/tinycbor/src
|
|
)
|
|
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE ON)
|