mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-07 18:41:43 +01:00
7 lines
205 B
CMake
7 lines
205 B
CMake
|
|
set(srcs "test_ringbuf_main.c"
|
||
|
|
"test_ringbuf.c")
|
||
|
|
|
||
|
|
idf_component_register(SRCS ${srcs}
|
||
|
|
PRIV_REQUIRES esp_ringbuf driver spi_flash unity
|
||
|
|
WHOLE_ARCHIVE)
|