mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 20:16:55 +03:00
* 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.
7 lines
163 B
CMake
7 lines
163 B
CMake
FILE(GLOB_RECURSE app_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.*)
|
|
|
|
idf_component_register(SRCS ${app_sources}
|
|
INCLUDE_DIRS "." "../../include")
|
|
|
|
|