MXC_A39_20240320/MXC-A39/lv_drivers/CMakeLists.txt

3 lines
75 B
CMake

file(GLOB_RECURSE SOURCES ./*.c)
add_library(lv_drivers STATIC ${SOURCES})