feat(cmake) build a static liblvgl.a library by default (#2079)
This commit is contained in:
@@ -60,5 +60,8 @@ zephyr_library_sources(${SOURCES})
|
|||||||
endif() # CONFIG_LVGL
|
endif() # CONFIG_LVGL
|
||||||
|
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Unknown platform.")
|
|
||||||
|
file(GLOB_RECURSE SOURCES src/*.c)
|
||||||
|
add_library(lvgl STATIC ${SOURCES})
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user