Build XCEditor viewport shell contract foundation

This commit is contained in:
2026-04-07 05:33:27 +08:00
parent a53f47e561
commit 044240d2f1
11 changed files with 1141 additions and 1 deletions

View File

@@ -29,6 +29,11 @@ if(TARGET editor_ui_viewport_slot_basic_validation)
editor_ui_viewport_slot_basic_validation)
endif()
if(TARGET editor_ui_viewport_shell_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_viewport_shell_basic_validation)
endif()
if(TARGET editor_ui_viewport_input_bridge_basic_validation)
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
editor_ui_viewport_input_bridge_basic_validation)