MXC-A36-Demo/Demo/lv_drivers/CMakeLists.txt

3 lines
75 B
CMake

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