Refactor XCUI editor module layout

This commit is contained in:
2026-04-10 00:41:28 +08:00
parent 4b47764f26
commit 02a0e626fe
263 changed files with 12396 additions and 7592 deletions

View File

@@ -58,11 +58,26 @@ if(TARGET editor_ui_tree_view_multiselect_validation)
editor_ui_tree_view_multiselect_validation)
endif()
if(TARGET editor_ui_tree_view_inline_rename_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_tree_view_inline_rename_validation)
endif()
if(TARGET editor_ui_property_grid_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_property_grid_basic_validation)
endif()
if(TARGET editor_ui_panel_content_host_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_panel_content_host_basic_validation)
endif()
if(TARGET editor_ui_panel_host_lifecycle_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_panel_host_lifecycle_validation)
endif()
if(TARGET editor_ui_bool_field_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_bool_field_basic_validation)
@@ -73,6 +88,16 @@ if(TARGET editor_ui_number_field_basic_validation)
editor_ui_number_field_basic_validation)
endif()
if(TARGET editor_ui_asset_field_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_asset_field_basic_validation)
endif()
if(TARGET editor_ui_object_field_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_object_field_basic_validation)
endif()
if(TARGET editor_ui_text_field_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_text_field_basic_validation)
@@ -88,6 +113,11 @@ if(TARGET editor_ui_vector3_field_basic_validation)
editor_ui_vector3_field_basic_validation)
endif()
if(TARGET editor_ui_vector4_field_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_vector4_field_basic_validation)
endif()
if(TARGET editor_ui_enum_field_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_enum_field_basic_validation)
@@ -113,6 +143,11 @@ if(TARGET editor_ui_list_view_inline_rename_validation)
editor_ui_list_view_inline_rename_validation)
endif()
if(TARGET editor_ui_scroll_view_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_scroll_view_basic_validation)
endif()
add_custom_target(editor_ui_integration_tests
DEPENDS
${EDITOR_UI_INTEGRATION_TARGETS}