Files
pi-dashboard/components/dashboard_ui/CMakeLists.txt

5 lines
118 B
CMake
Raw Normal View History

2026-02-15 04:15:30 +09:00
idf_component_register(
SRCS "dashboard_ui.c"
2026-02-15 18:13:53 +09:00
REQUIRES lvgl__lvgl ws_client user_fonts
2026-02-15 04:15:30 +09:00
INCLUDE_DIRS "./")