2024-05-14 16:11:08 +03:00

5 lines
119 B
CMake

set(component_srcs "main.c")
idf_component_register(SRCS "${component_srcs}"
INCLUDE_DIRS ".")