7 lines
179 B
CMake
7 lines
179 B
CMake
idf_component_register(SRCS
|
|
Application.h Application.cpp
|
|
MqttClient.h MqttClient.cpp
|
|
INCLUDE_DIRS .
|
|
REQUIRES esp_wifi nvs_flash mqtt json LedController
|
|
)
|