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

8 lines
273 B
CMake
Raw Normal View History

idf_build_get_property(target IDF_TARGET)
# Currently we only have unit test for esp32
if(${target} STREQUAL "esp32")
2019-08-06 09:59:26 +00:00
idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
PRIV_REQUIRES unity test_utils esp_eth)
2019-08-06 09:59:26 +00:00
endif()