editor_core_files.cmake 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. UsedResources.h
  10. Include/EditorCoreAPI.cpp
  11. Include/IErrorReport.h
  12. Include/IFileUtil.h
  13. Include/EditorCoreAPI.h
  14. Include/IImageUtil.h
  15. Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.qrc
  16. Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.cpp
  17. Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.h
  18. Controls/ReflectedPropertyControl/ReflectedPropertyItem.cpp
  19. Controls/ReflectedPropertyControl/ReflectedPropertyItem.h
  20. Controls/ReflectedPropertyControl/ReflectedVar.cpp
  21. Controls/ReflectedPropertyControl/ReflectedVar.h
  22. Controls/ReflectedPropertyControl/ReflectedVarWrapper.cpp
  23. Controls/ReflectedPropertyControl/ReflectedVarWrapper.h
  24. UsedResources.cpp
  25. LyViewPaneNames.h
  26. QtViewPaneManager.cpp
  27. QtViewPaneManager.h
  28. ErrorRecorder.cpp
  29. ErrorRecorder.h
  30. ErrorDialog.cpp
  31. ErrorDialog.h
  32. ErrorDialog.ui
  33. Clipboard.cpp
  34. Util/MemoryBlock.cpp
  35. Util/Variable.cpp
  36. Util/UndoUtil.cpp
  37. Util/VariablePropertyType.cpp
  38. Clipboard.h
  39. Util/MemoryBlock.h
  40. Util/Variable.h
  41. Util/UndoUtil.h
  42. Util/VariablePropertyType.h
  43. Util/RefCountBase.h
  44. Util/PathUtil.h
  45. Util/PathUtil.cpp
  46. Util/Image.cpp
  47. Util/Image.h
  48. Undo/Undo.cpp
  49. Undo/IUndoManagerListener.h
  50. Undo/IUndoObject.h
  51. Undo/Undo.h
  52. Undo/UndoVariableChange.h
  53. QtUI/ColorButton.cpp
  54. QtUI/ColorButton.h
  55. QtUtil.h
  56. QtUtilWin.h
  57. QtViewPane.h
  58. )