move mlib to libs folder

This commit is contained in:
Ken Van Hoeylandt
2024-01-17 21:45:57 +01:00
parent a931b83435
commit 6550fa4583
39 changed files with 12 additions and 5 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "src"
REQUIRES mlib mbedtls esp_hw_support nvs_flash
REQUIRES mbedtls esp_hw_support nvs_flash
)
target_link_libraries(${COMPONENT_LIB} ${IDF_TARGET_NAME} mlib)