1# This file was automatically generated for projects 2# without default 'CMakeLists.txt' file. 3 4FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*) 5 6idf_component_register(SRCS ${app_sources})