crysystem_files.cmake 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. AZCrySystemInitLogSink.cpp
  10. CmdLine.cpp
  11. CmdLineArg.cpp
  12. ConsoleBatchFile.cpp
  13. DebugCallStack.cpp
  14. IDebugCallStack.cpp
  15. Log.cpp
  16. System.cpp
  17. SystemCFG.cpp
  18. SystemEventDispatcher.cpp
  19. SystemInit.cpp
  20. SystemWin32.cpp
  21. XConsole.cpp
  22. XConsoleVariable.cpp
  23. AZCrySystemInitLogSink.h
  24. AZCoreLogSink.h
  25. CmdLine.h
  26. CmdLineArg.h
  27. ConsoleBatchFile.h
  28. DebugCallStack.h
  29. IDebugCallStack.h
  30. Log.h
  31. SimpleStringPool.h
  32. CrySystem_precompiled.h
  33. System.h
  34. SystemEventDispatcher.h
  35. XConsole.h
  36. XConsoleVariable.h
  37. XML/SerializeXMLReader.cpp
  38. XML/SerializeXMLWriter.cpp
  39. XML/xml.cpp
  40. XML/XmlUtils.cpp
  41. XML/SerializeXMLReader.h
  42. XML/SerializeXMLWriter.h
  43. XML/xml.h
  44. XML/XmlUtils.h
  45. LocalizedStringManager.cpp
  46. LocalizedStringManager.h
  47. Huffman.cpp
  48. Huffman.h
  49. RemoteConsole/RemoteConsole.cpp
  50. RemoteConsole/RemoteConsole.h
  51. RemoteConsole/RemoteConsole_impl.inl
  52. RemoteConsole/RemoteConsole_none.inl
  53. LevelSystem/LevelSystem.cpp
  54. LevelSystem/LevelSystem.h
  55. LevelSystem/SpawnableLevelSystem.cpp
  56. LevelSystem/SpawnableLevelSystem.h
  57. WindowsErrorReporting.cpp
  58. )