OVMS3-idf/components/sdmmc/test/CMakeLists.txt

5 lines
166 B
CMake
Raw Normal View History

2019-08-06 09:59:26 +00:00
if(IDF_TARGET STREQUAL "esp32")
idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES unity sdmmc)
endif()