CMakeLists.txt 329 B

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