OVMS3-idf/examples/peripherals/sdio/host/components/esp_slave/CMakeLists.txt
2018-09-11 09:44:12 +08:00

7 lines
135 B
CMake

set(COMPONENT_SRCS "esp_slave.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES driver sdmmc)
register_component()