Files
pi-dashboard/components/app_bsp/CMakeLists.txt
2026-02-15 04:15:30 +09:00

10 lines
139 B
CMake

idf_component_register(
SRCS
"lvgl_bsp.cpp"
PRIV_REQUIRES
esp_timer
REQUIRES
lvgl__lvgl
INCLUDE_DIRS
"./")