mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
2925288e51
This just move files to their expected locations.
5 lines
184 B
CMake
5 lines
184 B
CMake
set(srcs test_mqtt5_client_broker.c test_mqtt5.c)
|
|
|
|
idf_component_register(SRCS "${srcs}"
|
|
PRIV_REQUIRES cmock test_utils mqtt nvs_flash app_update spi_flash common)
|