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

3 lines
127 B
CMake
Raw Normal View History

idf_component_register(SRCS "esp_slave.c"
INCLUDE_DIRS "include"
REQUIRES driver sdmmc)