Add editor tree view widget contract

This commit is contained in:
2026-04-07 14:41:01 +08:00
parent 442565f176
commit 0308be1483
14 changed files with 1916 additions and 0 deletions

View File

@@ -48,6 +48,11 @@ if(TARGET editor_ui_viewport_input_bridge_basic_validation)
editor_ui_viewport_input_bridge_basic_validation)
endif()
if(TARGET editor_ui_tree_view_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_tree_view_basic_validation)
endif()
add_custom_target(editor_ui_integration_tests
DEPENDS
${EDITOR_UI_INTEGRATION_TARGETS}