Files
system-control/main/CMakeLists.txt
2025-06-15 01:43:56 +02:00

10 lines
142 B
CMake
Executable File

idf_component_register(SRCS
"main.c"
"setup.c"
"button_handling.c"
INCLUDE_DIRS "."
REQUIRES
insa
ruth
)