mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 07:26:28 +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()
|