3 lines
75 B
CMake
3 lines
75 B
CMake
|
file(GLOB_RECURSE SOURCES ./*.c)
|
||
|
add_library(lv_drivers STATIC ${SOURCES})
|