mirror of
https://github.com/espressif/esp-idf
synced 2025-03-24 00:19:15 -04:00
5 lines
188 B
CMake
5 lines
188 B
CMake
|
|
||
|
idf_component_register(SRCS test_mqtt_connection.c
|
||
|
INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/include
|
||
|
PRIV_REQUIRES unity esp_event esp_netif esp_eth)
|