whitebox_supported_files.cmake 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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/WhiteBoxBus.h
  10. Source/WhiteBoxComponent.cpp
  11. Source/WhiteBoxComponent.h
  12. Source/WhiteBoxSystemComponent.cpp
  13. Source/WhiteBoxSystemComponent.h
  14. Source/Components/WhiteBoxColliderComponent.cpp
  15. Source/Components/WhiteBoxColliderComponent.h
  16. Source/Components/WhiteBoxColliderConfiguration.cpp
  17. Source/Components/WhiteBoxColliderConfiguration.h
  18. Source/Rendering/WhiteBoxRenderMeshInterface.cpp
  19. Source/Rendering/WhiteBoxRenderMeshInterface.h
  20. Source/Rendering/WhiteBoxRenderData.cpp
  21. Source/Rendering/WhiteBoxRenderData.h
  22. Source/Rendering/WhiteBoxRenderDataUtil.cpp
  23. Source/Rendering/WhiteBoxRenderDataUtil.h
  24. Source/Rendering/WhiteBoxMaterial.cpp
  25. Source/Rendering/WhiteBoxMaterial.h
  26. Source/Rendering/WhiteBoxNullRenderMesh.cpp
  27. Source/Rendering/WhiteBoxNullRenderMesh.h
  28. Source/Rendering/Atom/WhiteBoxMeshAtomData.cpp
  29. Source/Rendering/Atom/WhiteBoxMeshAtomData.h
  30. Source/Rendering/Atom/PackedFloat2.h
  31. Source/Rendering/Atom/TangentSpaceHelper.cpp
  32. Source/Rendering/Atom/TangentSpaceHelper.h
  33. Source/Rendering/Atom/WhiteBoxAtomRenderMesh.cpp
  34. Source/Rendering/Atom/WhiteBoxAtomRenderMesh.h
  35. Source/Rendering/Atom/WhiteBoxAttributeBuffer.h
  36. Source/Rendering/Atom/WhiteBoxBuffer.h
  37. Source/Util/WhiteBoxMathUtil.h
  38. Source/Util/WhiteBoxMathUtil.cpp
  39. )