mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-22 11:16:21 +08:00
fix(env): added *.cpp glob in ESP configuration (#5761)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
file(GLOB_RECURSE SOURCES ${LVGL_ROOT_DIR}/src/*.c)
|
||||
file(GLOB_RECURSE SOURCES ${LVGL_ROOT_DIR}/src/*.c ${LVGL_ROOT_DIR}/src/*.cpp)
|
||||
|
||||
idf_build_get_property(LV_MICROPYTHON LV_MICROPYTHON)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user