atom_utils_files.cmake 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. Include/Atom/Utils/DdsFile.h
  10. Include/Atom/Utils/ImageComparison.h
  11. Include/Atom/Utils/ImGuiCullingDebug.h
  12. Include/Atom/Utils/ImGuiCullingDebug.inl
  13. Include/Atom/Utils/ImGuiGpuProfiler.h
  14. Include/Atom/Utils/ImGuiMaterialDetails.h
  15. Include/Atom/Utils/ImGuiMaterialDetails.inl
  16. Include/Atom/Utils/ImGuiPassTree.h
  17. Include/Atom/Utils/ImGuiPassTree.inl
  18. Include/Atom/Utils/ImGuiFrameVisualizer.h
  19. Include/Atom/Utils/ImGuiFrameVisualizer.inl
  20. Include/Atom/Utils/ImGuiShaderUtils.h
  21. Include/Atom/Utils/ImGuiShaderUtils.inl
  22. Include/Atom/Utils/ImGuiTransientAttachmentProfiler.h
  23. Include/Atom/Utils/ImGuiTransientAttachmentProfiler.inl
  24. Include/Atom/Utils/MaterialUtils.h
  25. Include/Atom/Utils/PngFile.h
  26. Include/Atom/Utils/PpmFile.h
  27. Include/Atom/Utils/StableDynamicArray.h
  28. Include/Atom/Utils/StableDynamicArray.inl
  29. Include/Atom/Utils/Utils.h
  30. Include/Atom/Utils/Utils.inl
  31. Include/Atom/Utils/AssetCollectionAsyncLoader.h
  32. Source/ImGuiGpuProfiler.cpp
  33. Source/DdsFile.cpp
  34. Source/ImageComparison.cpp
  35. Source/MaterialUtils.cpp
  36. Source/PngFile.cpp
  37. Source/PpmFile.cpp
  38. Source/Utils.cpp
  39. Source/AssetCollectionAsyncLoader.cpp
  40. )