editor_lib_test_files.cmake 973 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Lib/Tests/IEditorMock.h
  10. Lib/Tests/test_CryEditPythonBindings.cpp
  11. Lib/Tests/test_CryEditDocPythonBindings.cpp
  12. Lib/Tests/test_EditorPythonBindings.cpp
  13. Lib/Tests/test_EditorUtils.cpp
  14. Lib/Tests/test_Main.cpp
  15. Lib/Tests/test_MainWindowPythonBindings.cpp
  16. Lib/Tests/test_TrackViewPythonBindings.cpp
  17. Lib/Tests/test_ViewPanePythonBindings.cpp
  18. Lib/Tests/test_ViewportTitleDlgPythonBindings.cpp
  19. Lib/Tests/test_DisplaySettingsPythonBindings.cpp
  20. Lib/Tests/test_ViewportManipulatorController.cpp
  21. Lib/Tests/test_ModularViewportCameraController.cpp
  22. Lib/Tests/Camera/test_EditorCamera.cpp
  23. Lib/Tests/test_AzAssetBrowserRequestHandler.cpp
  24. DisplaySettingsPythonFuncs.cpp
  25. DisplaySettingsPythonFuncs.h
  26. )