mpsgamelift_client_files.cmake 635 B

12345678910111213141516171819
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. #
  7. set(FILES
  8. Source/MatchmakingSystemComponent.cpp
  9. Source/MatchmakingSystemComponent.h
  10. Source/MPSGameLiftClientSystemComponent.cpp
  11. Source/MPSGameLiftClientSystemComponent.h
  12. Source/Components/UI/UiGameLiftConnectWithPlayerSessionData.cpp
  13. Source/Components/UI/UiGameLiftConnectWithPlayerSessionData.h
  14. Source/Components/UI/UiGameLiftFlexMatchConnect.cpp
  15. Source/Components/UI/UiGameLiftFlexMatchConnect.h
  16. Source/RegionalLatencySystemComponent.cpp
  17. Source/RegionalLatencySystemComponent.h
  18. )