80e08dd947
* fix for drift accumulating in the viewport camera Signed-off-by: hultonha <hultonha@amazon.co.uk> * fix typo and update how events are stored Signed-off-by: hultonha <hultonha@amazon.co.uk> * respond to PR feedback and fix linux and windows build issues Signed-off-by: hultonha <hultonha@amazon.co.uk> * fix failing unit tests in camera input Signed-off-by: hultonha <hultonha@amazon.co.uk>
28 lines
967 B
CMake
28 lines
967 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project.
|
|
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Lib/Tests/IEditorMock.h
|
|
Lib/Tests/test_ClickableLabel.cpp
|
|
Lib/Tests/test_CryEditPythonBindings.cpp
|
|
Lib/Tests/test_CryEditDocPythonBindings.cpp
|
|
Lib/Tests/test_EditorPythonBindings.cpp
|
|
Lib/Tests/test_EditorUtils.cpp
|
|
Lib/Tests/test_Main.cpp
|
|
Lib/Tests/test_MainWindowPythonBindings.cpp
|
|
Lib/Tests/test_ObjectManagerPythonBindings.cpp
|
|
Lib/Tests/test_TrackViewPythonBindings.cpp
|
|
Lib/Tests/test_ViewPanePythonBindings.cpp
|
|
Lib/Tests/test_ViewportTitleDlgPythonBindings.cpp
|
|
Lib/Tests/test_DisplaySettingsPythonBindings.cpp
|
|
Lib/Tests/test_ViewportManipulatorController.cpp
|
|
Lib/Tests/test_ModularViewportCameraController.cpp
|
|
DisplaySettingsPythonFuncs.cpp
|
|
DisplaySettingsPythonFuncs.h
|
|
)
|