mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-27 18:34:13 +08:00
feat(example/style): convert old transform demo to an example (#9050)
This commit is contained in:
@@ -36,10 +36,6 @@ else()
|
||||
file(GLOB_RECURSE DEMO_STRESS_SOURCES ${LVGL_ROOT_DIR}/demos/stress/*.c)
|
||||
list(APPEND DEMO_SOURCES ${DEMO_STRESS_SOURCES})
|
||||
endif()
|
||||
if(CONFIG_LV_USE_DEMO_TRANSFORM)
|
||||
file(GLOB_RECURSE DEMO_TRANSFORM_SOURCES ${LVGL_ROOT_DIR}/demos/transform/*.c)
|
||||
list(APPEND DEMO_SOURCES ${DEMO_TRANSFORM_SOURCES})
|
||||
endif()
|
||||
if(CONFIG_LV_USE_DEMO_MULTILANG)
|
||||
file(GLOB_RECURSE DEMO_MULTILANG_SOURCES ${LVGL_ROOT_DIR}/demos/multilang/*.c)
|
||||
list(APPEND DEMO_SOURCES ${DEMO_MULTILANG_SOURCES})
|
||||
|
||||
Reference in New Issue
Block a user