azmanipulatortestframework_files.cmake 1.0 KB

123456789101112131415161718192021222324
  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. Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h
  10. Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkTestHelpers.h
  11. Include/AzManipulatorTestFramework/ViewportInteraction.h
  12. Include/AzManipulatorTestFramework/ActionDispatcher.h
  13. Include/AzManipulatorTestFramework/DirectManipulatorViewportInteraction.h
  14. Include/AzManipulatorTestFramework/IndirectManipulatorViewportInteraction.h
  15. Include/AzManipulatorTestFramework/ImmediateModeActionDispatcher.h
  16. Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkUtils.h
  17. Source/ViewportInteraction.cpp
  18. Source/DirectManipulatorViewportInteraction.cpp
  19. Source/IndirectManipulatorViewportInteraction.cpp
  20. Source/ImmediateModeActionDispatcher.cpp
  21. Source/AzManipulatorTestFrameworkUtils.cpp
  22. )