MXC-A36-LVGL/fr3092_lvglcode/lv_drivers/CMakeLists.txt

3 lines
75 B
CMake
Raw Normal View History

2024-04-18 10:26:43 +08:00
file(GLOB_RECURSE SOURCES ./*.c)
add_library(lv_drivers STATIC ${SOURCES})