OVMS3-idf/components/esp_eth/test/CMakeLists.txt
2019-12-24 11:18:30 +08:00

8 lines
289 B
CMake

idf_build_get_property(target IDF_TARGET)
# Currently we only have unit test for esp32
if(${target} STREQUAL "esp32")
idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
PRIV_REQUIRES unity test_utils esp_eth esp_http_client)
endif()