mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
349 B
CMake
9 lines
349 B
CMake
|
idf_component_register(SRCS "test_fatfs_sdcard_main.c" "test_fatfs_sdspi.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
PRIV_REQUIRES unity fatfs vfs sdmmc driver test_fatfs_common
|
||
|
WHOLE_ARCHIVE)
|
||
|
|
||
|
if(CONFIG_SOC_SDMMC_HOST_SUPPORTED)
|
||
|
target_sources(${COMPONENT_LIB} PRIVATE "test_fatfs_sdmmc.c")
|
||
|
endif()
|