Files
Sicherheitssystem/src/CMakeLists.txt
2025-07-21 17:37:29 +02:00

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})