forked from espressif/esp-idf
6 lines
255 B
CMake
6 lines
255 B
CMake
idf_component_register(SRCS "esp_eth_test.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_INCLUDE_DIRS "."
|
|
PRIV_REQUIRES unity esp_eth esp_netif)
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|