atom_feature_common_tests_files.cmake 619 B

123456789101112131415161718192021
  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. Mocks/MockMeshFeatureProcessor.h
  10. Tests/CommonTest.cpp
  11. Tests/CoreLights/ShadowmapAtlasTest.cpp
  12. Tests/IndexedDataVectorTests.cpp
  13. Tests/Mesh/MeshInstanceManagerTests.cpp
  14. Tests/MultiIndexedDataVectorTests.cpp
  15. Tests/IndexableListTests.cpp
  16. Tests/SparseVectorTests.cpp
  17. Tests/SkinnedMesh/SkinnedMeshDispatchItemTests.cpp
  18. Tests/Decals/DecalTextureArrayTests.cpp
  19. )