esp-idf/components/esp_eth/test_apps/main/CMakeLists.txt

5 lines
182 B
CMake
Raw Normal View History

idf_component_register(SRCS "esp_eth_test.c"
INCLUDE_DIRS "."
PRIV_INCLUDE_DIRS "."
PRIV_REQUIRES unity esp_eth)