Files
lilygo-t5-template/lib/epdiy/examples/weather/main/CMakeLists.txt
Кобелев Андрей Андреевич a111352dc5 Прошло 2 года.
2026-03-10 22:54:23 +03:00

5 lines
107 B
CMake

set(app_sources "weather.cpp")
idf_component_register(SRCS ${app_sources}
REQUIRES epdiy arduino)