Update miniz to 3.0.1 (#1300)

* minor update to 11.0.1 (resp. 3.0.1)

* Updated miniz from 3.0.0 to 3.0.1 and moved it to a separate component.
This commit is contained in:
CaCO3
2022-11-07 21:16:47 +01:00
committed by GitHub
parent c738a9a4da
commit bec3a5ee3b
14 changed files with 1448 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
FILE(GLOB_RECURSE app_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.*)
idf_component_register(SRCS ${app_sources}
INCLUDE_DIRS "." "../../include")