OVMS3-idf/components/sdmmc/test/CMakeLists.txt
2019-09-04 10:53:25 +10:00

5 lines
166 B
CMake

if(IDF_TARGET STREQUAL "esp32")
idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES unity sdmmc)
endif()