multiplayer_debug_files.cmake 1.2 KB

1234567891011121314151617181920212223242526272829
  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. Source/Debug/MultiplayerConnectionViewportMessageSystemComponent.h
  10. Source/Debug/MultiplayerConnectionViewportMessageSystemComponent.cpp
  11. Source/Debug/MultiplayerDebugAuditTrail.cpp
  12. Source/Debug/MultiplayerDebugAuditTrail.h
  13. Source/Debug/MultiplayerDebugByteReporter.cpp
  14. Source/Debug/MultiplayerDebugByteReporter.h
  15. Source/Debug/MultiplayerDebugHierarchyReporter.cpp
  16. Source/Debug/MultiplayerDebugHierarchyReporter.h
  17. Source/Debug/MultiplayerDebugMultiplayerMetrics.cpp
  18. Source/Debug/MultiplayerDebugMultiplayerMetrics.h
  19. Source/Debug/MultiplayerDebugNetworkMetrics.cpp
  20. Source/Debug/MultiplayerDebugNetworkMetrics.h
  21. Source/Debug/MultiplayerDebugPerEntityReporter.cpp
  22. Source/Debug/MultiplayerDebugPerEntityReporter.h
  23. Source/Debug/MultiplayerDebugModule.cpp
  24. Source/Debug/MultiplayerDebugModule.h
  25. Source/Debug/MultiplayerDebugSystemComponent.cpp
  26. Source/Debug/MultiplayerDebugSystemComponent.h
  27. )