5 lines
145 B
CMake
5 lines
145 B
CMake
|
FILE(GLOB SOURCES *.c)
|
||
|
idf_component_register(SRCS ${SOURCES}
|
||
|
INCLUDE_DIRS "."
|
||
|
REQUIRES spidriver)
|