mirror of
https://github.com/espressif/esp-idf
synced 2025-03-20 14:39:14 -04:00
7 lines
120 B
CMake
7 lines
120 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
set(COMPONENT_SRCS "ringbuf.c")
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|