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

6 lines
293 B
CMake
Raw Normal View History

2020-04-18 05:47:00 -04:00
idf_component_register(SRCS "esp_netif_test.c"
REQUIRES test_utils
2020-04-18 05:47:00 -04:00
INCLUDE_DIRS "."
PRIV_INCLUDE_DIRS "$ENV{IDF_PATH}/components/esp_netif/private_include" "."
2020-04-18 05:47:00 -04:00
PRIV_REQUIRES unity esp_netif nvs_flash)