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

6 lines
181 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 .
PRIV_REQUIRES unity test_utils esp_eth)
endif()