2026-04-06 03:17:53 +08:00
|
|
|
add_subdirectory(splitter_resize)
|
2026-04-06 04:27:54 +08:00
|
|
|
add_subdirectory(tab_strip_selection)
|
|
|
|
|
add_subdirectory(workspace_compose)
|
2026-04-06 03:17:53 +08:00
|
|
|
|
|
|
|
|
add_custom_target(editor_ui_layout_integration_tests
|
|
|
|
|
DEPENDS
|
|
|
|
|
editor_ui_layout_splitter_resize_validation
|
2026-04-06 04:27:54 +08:00
|
|
|
editor_ui_layout_tab_strip_selection_validation
|
|
|
|
|
editor_ui_layout_workspace_compose_validation
|
2026-04-06 03:17:53 +08:00
|
|
|
)
|