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