Sync editor rendering and UI workspace updates

This commit is contained in:
2026-04-09 02:59:36 +08:00
parent 23b23a56be
commit d46bf87970
107 changed files with 10918 additions and 430 deletions

View File

@@ -53,6 +53,11 @@ if(TARGET editor_ui_tree_view_basic_validation)
editor_ui_tree_view_basic_validation)
endif()
if(TARGET editor_ui_tree_view_multiselect_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_tree_view_multiselect_validation)
endif()
if(TARGET editor_ui_property_grid_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_property_grid_basic_validation)
@@ -98,6 +103,16 @@ if(TARGET editor_ui_list_view_basic_validation)
editor_ui_list_view_basic_validation)
endif()
if(TARGET editor_ui_list_view_multiselect_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_list_view_multiselect_validation)
endif()
if(TARGET editor_ui_list_view_inline_rename_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_list_view_inline_rename_validation)
endif()
add_custom_target(editor_ui_integration_tests
DEPENDS
${EDITOR_UI_INTEGRATION_TARGETS}