mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-29 01:21:21 +02:00
9 lines
238 B
CMake
Executable File
9 lines
238 B
CMake
Executable File
set(PICOKEYS_SDK_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../..)
|
|
|
|
idf_component_register(
|
|
SRCS ${CBOR_SOURCES}
|
|
INCLUDE_DIRS ${PICOKEYS_SDK_DIR}/third-party/tinycbor/src
|
|
)
|
|
|
|
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE ON)
|