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

6 lines
181 B
CMake

if(IDF_TARGET STREQUAL "esp32")
idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
PRIV_REQUIRES unity test_utils esp_eth)
endif()