mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-01 16:16:54 +08:00
7 lines
139 B
CMake
7 lines
139 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS "include" "include/freertos")
|
|
set(COMPONENT_SRCS "ringbuf.c")
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|