profiler_imgui_shared_files.cmake 619 B

12345678910111213141516171819202122
  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/Profiler/ImGuiTreemap.h
  10. Include/Profiler/ProfilerImGuiBus.h
  11. Source/ImGuiCpuProfiler.cpp
  12. Source/ImGuiCpuProfiler.h
  13. Source/ImGuiTreemap.cpp
  14. Source/ImGuiTreemapImpl.h
  15. Source/ProfilerImGuiModule.cpp
  16. Source/ProfilerImGuiSystemComponent.cpp
  17. Source/ProfilerImGuiSystemComponent.h
  18. Source/ImGuiHeapMemoryProfiler.cpp
  19. Source/ImGuiHeapMemoryProfiler.h
  20. )