feat(xcui): add editor command and menu foundations
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
file(TO_CMAKE_PATH "${CMAKE_SOURCE_DIR}" XCENGINE_EDITOR_UI_TESTS_REPO_ROOT_PATH)
|
||||
|
||||
add_subdirectory(shared)
|
||||
add_subdirectory(workspace_shell_compose)
|
||||
add_subdirectory(shell)
|
||||
add_subdirectory(state)
|
||||
|
||||
add_custom_target(editor_ui_integration_tests
|
||||
DEPENDS
|
||||
editor_ui_workspace_shell_compose_validation
|
||||
editor_ui_menu_bar_basic_validation
|
||||
editor_ui_panel_session_flow_validation
|
||||
editor_ui_layout_persistence_validation
|
||||
editor_ui_shortcut_dispatch_validation
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user