10 lines
142 B
CMake
Executable File
10 lines
142 B
CMake
Executable File
idf_component_register(SRCS
|
|
"main.c"
|
|
"setup.c"
|
|
"button_handling.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES
|
|
insa
|
|
ruth
|
|
)
|