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

7 lines
235 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 . include
REQUIRES unity test_utils efuse bootloader_support
)
endif()