Refactor editor windowing and update renderer regression

This commit is contained in:
2026-04-26 03:41:58 +08:00
parent 68993c46bb
commit 4fcaac81d6
39 changed files with 1181 additions and 872 deletions

View File

@@ -95,7 +95,7 @@ endif()
include(GoogleTest)
gtest_discover_tests(editor_ui_tests
DISCOVERY_MODE PRE_TEST
DISCOVERY_MODE POST_BUILD
)
add_executable(editor_windowing_phase1_tests
@@ -139,7 +139,7 @@ if(MSVC)
endif()
gtest_discover_tests(editor_windowing_phase1_tests
DISCOVERY_MODE PRE_TEST
DISCOVERY_MODE POST_BUILD
)
if(TARGET XCUIEditorAppLib)
@@ -214,6 +214,6 @@ if(TARGET XCUIEditorAppLib)
endif()
gtest_discover_tests(editor_app_feature_tests
DISCOVERY_MODE PRE_TEST
DISCOVERY_MODE POST_BUILD
)
endif()