8 lines
283 B
CMake
8 lines
283 B
CMake
# This file was automatically generated for projects
|
|
# without default 'CMakeLists.txt' file.
|
|
add_compile_options(" -Wno-unused-variable -Wno-unused-function -Wno-error")
|
|
|
|
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
|
|
|
|
idf_component_register(SRCS ${app_sources})
|