atomfont_files.cmake 975 B

12345678910111213141516171819202122232425262728293031
  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. Source/AtomFont.cpp
  10. Source/AtomFontSystemComponent.cpp
  11. Source/AtomFontSystemComponent.h
  12. Source/FFont.cpp
  13. Source/FFontXML_Internal.h
  14. Source/FFontXML.cpp
  15. Source/FontRenderer.cpp
  16. Source/FontTexture.cpp
  17. Source/GlyphBitmap.cpp
  18. Source/GlyphCache.cpp
  19. Source/AtomNullFont.cpp
  20. Source/Module.cpp
  21. Include/AtomLyIntegration/AtomFont/AtomFont.h
  22. Include/AtomLyIntegration/AtomFont/FFont.h
  23. Include/AtomLyIntegration/AtomFont/FontRenderer.h
  24. Include/AtomLyIntegration/AtomFont/FontCommon.h
  25. Include/AtomLyIntegration/AtomFont/FontTexture.h
  26. Include/AtomLyIntegration/AtomFont/GlyphBitmap.h
  27. Include/AtomLyIntegration/AtomFont/GlyphCache.h
  28. Include/AtomLyIntegration/AtomFont/AtomNullFont.h
  29. )