multiplayersample_server_files.cmake 509 B

1234567891011121314151617
  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/GameState/GameStateMatchInProgress.h
  9. Source/GameState/GameStateMatchInProgress.cpp
  10. Source/GameState/GameStatePreparingMatch.h
  11. Source/GameState/GameStatePreparingMatch.cpp
  12. Source/GameState/GameStateWaitingForPlayers.h
  13. Source/GameState/GameStateWaitingForPlayers.cpp
  14. Source/GameState/GameStateMatchEnded.cpp
  15. Source/GameState/GameStateMatchEnded.h
  16. )