mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
5 lines
127 B
CMake
5 lines
127 B
CMake
set(COMPONENT_SRCS "sdmmc_cmd.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
set(COMPONENT_REQUIRES driver)
|
|
register_component()
|