debugdraw_editor_files.cmake 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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/DebugDraw/DebugDrawBus.h
  10. Source/DebugDrawModule.cpp
  11. Source/DebugDrawLineComponent.cpp
  12. Source/DebugDrawLineComponent.h
  13. Source/DebugDrawRayComponent.cpp
  14. Source/DebugDrawRayComponent.h
  15. Source/DebugDrawSphereComponent.cpp
  16. Source/DebugDrawSphereComponent.h
  17. Source/DebugDrawObbComponent.cpp
  18. Source/DebugDrawObbComponent.h
  19. Source/DebugDrawTextComponent.cpp
  20. Source/DebugDrawTextComponent.h
  21. Source/DebugDrawSystemComponent.cpp
  22. Source/DebugDrawSystemComponent.h
  23. Source/EditorDebugDrawComponentCommon.cpp
  24. Source/EditorDebugDrawComponentCommon.h
  25. Source/EditorDebugDrawLineComponent.cpp
  26. Source/EditorDebugDrawLineComponent.h
  27. Source/EditorDebugDrawRayComponent.cpp
  28. Source/EditorDebugDrawRayComponent.h
  29. Source/EditorDebugDrawSphereComponent.cpp
  30. Source/EditorDebugDrawSphereComponent.h
  31. Source/EditorDebugDrawObbComponent.cpp
  32. Source/EditorDebugDrawObbComponent.h
  33. Source/EditorDebugDrawTextComponent.cpp
  34. Source/EditorDebugDrawTextComponent.h
  35. )