startingpointinput_editor_files.cmake 679 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/StartingPointInput/InputEventRequestBus.h
  10. Include/StartingPointInput/InputEventNotificationBus.h
  11. Source/InputConfigurationComponent.h
  12. Source/InputConfigurationComponent.cpp
  13. Source/InputEventBindings.h
  14. Source/InputEventGroup.h
  15. Source/InputEventMap.h
  16. Source/InputEventMap.cpp
  17. Source/InputLibrary.h
  18. Source/InputLibrary.cpp
  19. Source/InputNode.h
  20. Source/InputNode.cpp
  21. Source/StartingPointInputGem.cpp
  22. )