vegetation_tests_files.cmake 690 B

1234567891011121314151617181920212223
  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. Tests/VegetationMocks.h
  10. Tests/VegetationComponentOperationTests.cpp
  11. Tests/VegetationComponentModifierTests.cpp
  12. Tests/VegetationComponentDescriptorTests.cpp
  13. Tests/VegetationComponentFilterTests.cpp
  14. Tests/EmptyInstanceSpawnerTests.cpp
  15. Tests/PrefabInstanceSpawnerTests.cpp
  16. Tests/VegetationAreaSystemComponentTest.cpp
  17. Tests/VegetationTest.cpp
  18. Tests/VegetationTest.h
  19. Source/VegetationModule.cpp
  20. Source/VegetationModule.h
  21. )