Add XCUI layout engine MVP and archive subplan 02

This commit is contained in:
2026-04-04 19:13:16 +08:00
parent c2cb2e5914
commit 341ce79231
5 changed files with 811 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ set(MATH_TEST_SOURCES
test_matrix.cpp
test_quaternion.cpp
test_geometry.cpp
test_ui_layout.cpp
)
add_executable(math_tests ${MATH_TEST_SOURCES})