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)
|