blob: 483bc0cfc50a380fbdaa854f4538109090940fa7 (
plain)
1
2
3
4
5
6
|
# 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})
|