1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-28 18:30:10 -04:00
2018-11-16 12:42:02 +08:00

8 lines
161 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_SRCS "ringbuf.c")
set(COMPONENT_ADD_LDFRAGMENTS linker.lf)
set(COMPONENT_REQUIRES)
register_component()