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

4 lines
86 B
CMake

set(app_sources "main.c")
idf_component_register(SRCS ${app_sources} REQUIRES epdiy)