5 lines
96 B
CMake
Raw Normal View History

2022-06-17 21:55:40 +08:00
set(srcs "main.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS ".")