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

6 lines
212 B
CMake

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