mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 18:19:00 +01:00
5 lines
221 B
CMake
5 lines
221 B
CMake
|
|
idf_component_register(SRCS "esp_netif_test.c"
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
PRIV_INCLUDE_DIRS "../../private_include" "."
|
||
|
|
PRIV_REQUIRES unity esp_netif nvs_flash)
|