${NameLower}_autogen_files.cmake 1.2 KB

12345678910111213141516171819202122
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. #
  7. set(FILES
  8. ${LY_ROOT_FOLDER}/Gems/Multiplayer/Code/Include/Multiplayer/AutoGen/AutoComponent_Common.jinja
  9. ${LY_ROOT_FOLDER}/Gems/Multiplayer/Code/Include/Multiplayer/AutoGen/AutoComponent_Header.jinja
  10. ${LY_ROOT_FOLDER}/Gems/Multiplayer/Code/Include/Multiplayer/AutoGen/AutoComponent_Source.jinja
  11. ${LY_ROOT_FOLDER}/Gems/Multiplayer/Code/Include/Multiplayer/AutoGen/AutoComponentTypes_Header.jinja
  12. ${LY_ROOT_FOLDER}/Gems/Multiplayer/Code/Include/Multiplayer/AutoGen/AutoComponentTypes_Source.jinja
  13. Source/AutoGen/NetworkAiComponent.AutoComponent.xml
  14. Source/AutoGen/NetworkAnimationComponent.AutoComponent.xml
  15. Source/AutoGen/NetworkHealthComponent.AutoComponent.xml
  16. Source/AutoGen/NetworkPlayerSpawnerComponent.AutoComponent.xml
  17. Source/AutoGen/NetworkRandomComponent.AutoComponent.xml
  18. Source/AutoGen/NetworkWeaponsComponent.AutoComponent.xml
  19. Source/AutoGen/NetworkSimplePlayerCameraComponent.AutoComponent.xml
  20. Source/AutoGen/NetworkPlayerMovementComponent.AutoComponent.xml
  21. )