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

5 lines
221 B
CMake
Raw Normal View History

2020-04-18 05:47:00 -04:00
idf_component_register(SRCS "esp_netif_test.c"
INCLUDE_DIRS "."
PRIV_INCLUDE_DIRS "../../private_include" "."
PRIV_REQUIRES unity esp_netif nvs_flash)