3 lines
80 B
CMake
3 lines
80 B
CMake
|
FILE(GLOB SOURCES *.c)
|
||
|
idf_component_register(SRCS ${SOURCES} INCLUDE_DIRS ".")
|