mirror of
https://github.com/polhenarejos/pico-fido
synced 2026-06-18 20:35:58 +02:00
7 lines
181 B
CMake
7 lines
181 B
CMake
idf_component_register(
|
|
SRCS ${SOURCES}
|
|
INCLUDE_DIRS .
|
|
REQUIRES esp_tinyusb mbedtls efuse pico-keys-sdk
|
|
)
|
|
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE ON)
|