whitebox_editor_supported_files.cmake 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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/WhiteBox/EditorWhiteBoxComponentBus.h
  10. Include/WhiteBox/WhiteBoxToolApi.h
  11. Include/WhiteBox/EditorWhiteBoxColliderBus.h
  12. Source/EditorWhiteBoxComponent.cpp
  13. Source/EditorWhiteBoxComponent.h
  14. Source/EditorWhiteBoxComponentMode.cpp
  15. Source/EditorWhiteBoxComponentMode.h
  16. Source/EditorWhiteBoxComponentModeBus.h
  17. Source/EditorWhiteBoxComponentModeTypes.cpp
  18. Source/EditorWhiteBoxComponentModeTypes.h
  19. Source/EditorWhiteBoxEdgeModifierBus.h
  20. Source/EditorWhiteBoxPolygonModifierBus.h
  21. Source/EditorWhiteBoxDefaultShapeTypes.h
  22. Source/WhiteBoxToolApiReflection.cpp
  23. Source/WhiteBoxToolApiReflection.h
  24. Source/Core/WhiteBoxToolApi.cpp
  25. Source/Components/EditorWhiteBoxColliderComponent.cpp
  26. Source/Components/EditorWhiteBoxColliderComponent.h
  27. Source/Util/WhiteBoxTextureUtil.cpp
  28. Source/Util/WhiteBoxTextureUtil.h
  29. Source/Util/WhiteBoxEditorUtil.cpp
  30. Source/Util/WhiteBoxEditorUtil.h
  31. Source/Util/WhiteBoxEditorDrawUtil.cpp
  32. Source/Util/WhiteBoxEditorDrawUtil.h
  33. Source/Viewport/WhiteBoxEdgeScaleModifier.cpp
  34. Source/Viewport/WhiteBoxEdgeScaleModifier.h
  35. Source/Viewport/WhiteBoxEdgeTranslationModifier.cpp
  36. Source/Viewport/WhiteBoxEdgeTranslationModifier.h
  37. Source/Viewport/WhiteBoxPolygonScaleModifier.cpp
  38. Source/Viewport/WhiteBoxPolygonScaleModifier.h
  39. Source/Viewport/WhiteBoxPolygonTranslationModifier.cpp
  40. Source/Viewport/WhiteBoxPolygonTranslationModifier.h
  41. Source/Viewport/WhiteBoxManipulatorViews.cpp
  42. Source/Viewport/WhiteBoxManipulatorViews.h
  43. Source/Viewport/WhiteBoxManipulatorBounds.cpp
  44. Source/Viewport/WhiteBoxManipulatorBounds.h
  45. Source/Viewport/WhiteBoxModifierUtil.cpp
  46. Source/Viewport/WhiteBoxModifierUtil.h
  47. Source/Viewport/WhiteBoxViewportConstants.cpp
  48. Source/Viewport/WhiteBoxViewportConstants.h
  49. Source/Viewport/WhiteBoxVertexTranslationModifier.cpp
  50. Source/Viewport/WhiteBoxVertexTranslationModifier.h
  51. Source/Asset/EditorWhiteBoxMeshAsset.cpp
  52. Source/Asset/EditorWhiteBoxMeshAsset.h
  53. Source/Asset/WhiteBoxMeshAsset.h
  54. Source/Asset/WhiteBoxMeshAssetHandler.h
  55. Source/Asset/WhiteBoxMeshAssetHandler.cpp
  56. Source/Asset/WhiteBoxMeshAssetUndoCommand.h
  57. Source/Asset/WhiteBoxMeshAssetUndoCommand.cpp
  58. Source/Asset/WhiteBoxMeshAssetBus.h
  59. Source/SubComponentModes/EditorWhiteBoxEdgeRestoreMode.cpp
  60. Source/SubComponentModes/EditorWhiteBoxEdgeRestoreMode.h
  61. Source/SubComponentModes/EditorWhiteBoxDefaultMode.cpp
  62. Source/SubComponentModes/EditorWhiteBoxDefaultMode.h
  63. Source/SubComponentModes/EditorWhiteBoxDefaultModeBus.h
  64. Source/SubComponentModes/EditorWhiteBoxComponentModeCommon.cpp
  65. Source/SubComponentModes/EditorWhiteBoxComponentModeCommon.h
  66. Source/SubComponentModes/EditorWhiteBoxTransformMode.cpp
  67. Source/SubComponentModes/EditorWhiteBoxTransformMode.h
  68. Source/SubComponentModes/EditorWhiteBoxTransformModeBus.h
  69. Source/EditorWhiteBoxSystemComponent.cpp
  70. Source/EditorWhiteBoxSystemComponent.h
  71. )