mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 06:27:01 +03:00
12 lines
285 B
CMake
12 lines
285 B
CMake
# This file was automatically generated for projects
|
|
# without default 'CMakeLists.txt' file.
|
|
|
|
|
|
|
|
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
|
|
|
|
# idf_component_register(SRCS ${app_sources})
|
|
|
|
idf_component_register(SRCS ${app_sources}
|
|
INCLUDE_DIRS ".")
|