462c31b5de
Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
19 lines
622 B
CMake
19 lines
622 B
CMake
#
|
|
# 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.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Source/Debug/MultiplayerDebugByteReporter.cpp
|
|
Source/Debug/MultiplayerDebugByteReporter.h
|
|
Source/Debug/MultiplayerDebugPerEntityReporter.cpp
|
|
Source/Debug/MultiplayerDebugPerEntityReporter.h
|
|
Source/Debug/MultiplayerDebugModule.cpp
|
|
Source/Debug/MultiplayerDebugModule.h
|
|
Source/Debug/MultiplayerDebugSystemComponent.cpp
|
|
Source/Debug/MultiplayerDebugSystemComponent.h
|
|
)
|