Files
flock-you/src/CMakeLists.txt
T
2025-08-20 21:28:23 -04:00

7 lines
199 B
CMake

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