ESP32_DHT_Node/main/CMakeLists.txt

13 lines
175 B
CMake
Raw Normal View History

2022-07-03 17:43:58 +00:00
idf_component_register(
SRCS
2022-07-06 17:29:53 +00:00
"app_dht.c"
2022-07-04 15:44:08 +00:00
"app_mqtt.c"
"app_report_rb.c"
2022-07-03 17:43:58 +00:00
"app_wifi.c"
"main.c"
"aht10/aht10.c"
INCLUDE_DIRS
"include"
"aht10"
)