componententityeditorplugin_files.cmake 705 B

123456789101112131415161718192021222324
  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. dllmain.cpp
  10. ComponentEntityEditorPlugin.h
  11. ComponentEntityEditorPlugin.cpp
  12. ContextMenuHandlers.h
  13. ContextMenuHandlers.cpp
  14. SandboxIntegration.h
  15. SandboxIntegration.cpp
  16. UI/QComponentEntityEditorMainWindow.h
  17. UI/QComponentEntityEditorMainWindow.cpp
  18. UI/QComponentEntityEditorOutlinerWindow.h
  19. UI/QComponentEntityEditorOutlinerWindow.cpp
  20. UI/AssetCatalogModel.h
  21. UI/AssetCatalogModel.cpp
  22. UI/ComponentPalette/ComponentPaletteSettings.h
  23. )