3 lines
78 B
CMake
3 lines
78 B
CMake
|
file(GLOB_RECURSE SOURCES src/*.c)
|
||
|
add_library(lv_examples STATIC ${SOURCES})
|