mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
10 lines
241 B
CMake
10 lines
241 B
CMake
idf_component_register(SRCS "essl.c"
|
|
"essl_sdio.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES "sdmmc"
|
|
"driver"
|
|
PRIV_INCLUDE_DIRS "."
|
|
"include/esp_serial_slave_link"
|
|
)
|
|
|