atom_component_debugcamera_files.cmake 886 B

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/Atom/Component/DebugCamera/ArcBallControllerBus.h
  10. Include/Atom/Component/DebugCamera/ArcBallControllerComponent.h
  11. Include/Atom/Component/DebugCamera/CameraComponent.h
  12. Include/Atom/Component/DebugCamera/CameraControllerBus.h
  13. Include/Atom/Component/DebugCamera/CameraControllerComponent.h
  14. Include/Atom/Component/DebugCamera/NoClipControllerBus.h
  15. Include/Atom/Component/DebugCamera/NoClipControllerComponent.h
  16. Source/ArcBallControllerComponent.cpp
  17. Source/CameraComponent.cpp
  18. Source/CameraControllerComponent.cpp
  19. Source/DebugCameraUtils.cpp
  20. Source/DebugCameraUtils.h
  21. Source/NoClipControllerComponent.cpp
  22. )