imgui_common_files.cmake 836 B

1234567891011121314151617181920212223242526
  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/ImGuiBus.h
  10. Include/ImGuiContextScope.h
  11. Source/ImGuiColorDefines.h
  12. Source/ImGuiManager.h
  13. Source/ImGuiManager.cpp
  14. Source/LYCommonMenu/ImGuiInputMonitor.h
  15. Source/LYCommonMenu/ImGuiInputMonitor.cpp
  16. Source/LYCommonMenu/ImGuiLYCommonMenu.h
  17. Source/LYCommonMenu/ImGuiLYCommonMenu.cpp
  18. Source/LYCommonMenu/ImGuiLYAssetExplorer.h
  19. Source/LYCommonMenu/ImGuiLYAssetExplorer.cpp
  20. Source/LYCommonMenu/ImGuiLYCameraMonitor.h
  21. Source/LYCommonMenu/ImGuiLYCameraMonitor.cpp
  22. Source/LYCommonMenu/ImGuiLYEntityOutliner.h
  23. Source/LYCommonMenu/ImGuiLYEntityOutliner.cpp
  24. )