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

7 lines
235 B
CMake

if(IDF_TARGET STREQUAL "esp32")
idf_component_register(SRC_DIRS .
INCLUDE_DIRS . include
REQUIRES unity test_utils efuse bootloader_support
)
endif()