move mlib to libs folder
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user