mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-06-08 08:53:36 +02:00
7 lines
169 B
CMake
7 lines
169 B
CMake
idf_component_register(
|
|
SRCS ${SOURCES}
|
|
INCLUDE_DIRS .
|
|
REQUIRES mbedtls efuse pico-keys-sdk
|
|
)
|
|
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE ON)
|