1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 00:19:15 -04:00

5 lines
188 B
CMake
Raw Normal View History

idf_component_register(SRCS test_mqtt_connection.c
INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/include
PRIV_REQUIRES unity esp_event esp_netif esp_eth)