crysystem_files.cmake 1.4 KB

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