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

8 lines
237 B
CMake
Raw Normal View History

2026-02-15 02:48:59 +09:00
file(GLOB_RECURSE scrld ./*.c)
idf_component_register(
SRCS ${scrld}
REQUIRES lvgl
INCLUDE_DIRS "custom" "generated" "generated/guider_customer_fonts")
target_compile_definitions(${COMPONENT_LIB} PRIVATE LV_LVGL_H_INCLUDE_SIMPLE)