Refine editor host boundary
This commit is contained in:
@@ -2,7 +2,7 @@ file(TO_CMAKE_PATH "${CMAKE_SOURCE_DIR}" XCENGINE_EDITOR_UI_TESTS_REPO_ROOT_PATH
|
||||
|
||||
if(NOT EXISTS "${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app"
|
||||
OR NOT EXISTS "${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/include"
|
||||
OR NOT EXISTS "${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Platform/Win32/Runtime/InputModifierTracker.h")
|
||||
OR NOT EXISTS "${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Host/Win32/Runtime/InputModifierTracker.h")
|
||||
message(FATAL_ERROR
|
||||
"Editor UI manual validation expects the current editor tree under "
|
||||
"${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}.")
|
||||
|
||||
@@ -124,7 +124,7 @@ if(TARGET XCEditorCore)
|
||||
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Composition
|
||||
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Core
|
||||
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Features
|
||||
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Host
|
||||
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Host/Interfaces
|
||||
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Rendering
|
||||
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Scene
|
||||
${XCENGINE_EDITOR_UI_TESTS_EDITOR_ROOT}/app/Services
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <XCEditor/Shell/UIEditorShellCapturePolicy.h>
|
||||
#include <XCEditor/Workspace/UIEditorWorkspaceCompose.h>
|
||||
|
||||
#include "app/Platform/Win32/EditorWindowPointerCapture.h"
|
||||
#include "app/Host/Interfaces/EditorWindowPointerCapture.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "app/Platform/Win32/InputModifierTracker.h"
|
||||
#include "app/Host/Win32/InputModifierTracker.h"
|
||||
|
||||
#include <XCEngine/UI/Types.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user