OVMS3-idf/examples/peripherals/sdio/host/components/esp_slave/CMakeLists.txt

7 lines
135 B
CMake
Raw Normal View History

2018-09-11 01:44:12 +00:00
set(COMPONENT_SRCS "esp_slave.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES driver sdmmc)
register_component()