2024-01-17 21:45:57 +01:00

9 lines
180 B
CMake

idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "src"
REQUIRES mbedtls esp_hw_support nvs_flash
)
target_link_libraries(${COMPONENT_LIB} ${IDF_TARGET_NAME} mlib)