emotionfx_shared_files.cmake 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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/Integration/AnimationBus.h
  10. Include/Integration/ActorComponentBus.h
  11. Include/Integration/AnimGraphComponentBus.h
  12. Include/Integration/AnimAudioComponentBus.h
  13. Include/Integration/EditorSimpleMotionComponentBus.h
  14. Include/Integration/SimpleMotionComponentBus.h
  15. Include/Integration/AnimGraphNetworkingBus.h
  16. Source/Integration/System/SystemCommon.h
  17. Source/Integration/Assets/AssetCommon.h
  18. Source/Integration/Assets/ActorAsset.h
  19. Source/Integration/Assets/ActorAsset.cpp
  20. Source/Integration/Assets/MotionAsset.cpp
  21. Source/Integration/Assets/MotionAsset.h
  22. Source/Integration/Assets/MotionSetAsset.cpp
  23. Source/Integration/Assets/MotionSetAsset.h
  24. Source/Integration/Assets/AnimGraphAsset.cpp
  25. Source/Integration/Assets/AnimGraphAsset.h
  26. Source/Integration/Components/ActorComponent.h
  27. Source/Integration/Components/ActorComponent.cpp
  28. Source/Integration/Components/AnimAudioComponent.h
  29. Source/Integration/Components/AnimAudioComponent.cpp
  30. Source/Integration/Components/AnimGraphComponent.h
  31. Source/Integration/Components/AnimGraphComponent.cpp
  32. Source/Integration/Components/SimpleMotionComponent.h
  33. Source/Integration/Components/SimpleMotionComponent.cpp
  34. Source/Integration/Components/SimpleLODComponent.h
  35. Source/Integration/Components/SimpleLODComponent.cpp
  36. Source/Integration/Rendering/RenderBackend.h
  37. Source/Integration/Rendering/RenderBackend.cpp
  38. Source/Integration/Rendering/RenderActor.h
  39. Source/Integration/Rendering/RenderActor.cpp
  40. Source/Integration/Rendering/RenderActorInstance.h
  41. Source/Integration/Rendering/RenderActorInstance.cpp
  42. Source/Integration/Rendering/RenderBackendManager.h
  43. Source/Integration/Rendering/RenderBackendManager.cpp
  44. Source/Integration/Rendering/RenderActorSettings.h
  45. )