7 lines
130 B
CMake
7 lines
130 B
CMake
idf_component_register(
|
|
SRCS "src/my_mqtt_client.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES
|
|
mqtt
|
|
app_update
|
|
) |