MXC-A36_2024.04.18/fr3092_lvglcode/lv_examples/CMakeLists.txt

3 lines
78 B
CMake
Raw Normal View History

2024-04-17 19:45:26 +08:00
file(GLOB_RECURSE SOURCES src/*.c)
add_library(lv_examples STATIC ${SOURCES})