editor_core_files.cmake 1.6 KB

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