mirror of
https://github.com/polhenarejos/pico-openpgp.git
synced 2026-05-28 09:01:25 +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)
|