1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Merge 0bdcf362ff885fea6c6f2eb23206f4d1e7c67f50 into dev

This commit is contained in:
github-actions[bot] 2021-02-18 12:42:24 +00:00 committed by GitHub
commit 3f36a7593d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,5 +60,8 @@ zephyr_library_sources(${SOURCES})
endif() # CONFIG_LVGL
else()
message(FATAL_ERROR "Unknown platform.")
file(GLOB_RECURSE SOURCES src/*.c)
add_library(lvgl STATIC ${SOURCES})
endif()