1234567891011121314151617181920212223 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Tests/VegetationMocks.h
- Tests/VegetationComponentOperationTests.cpp
- Tests/VegetationComponentModifierTests.cpp
- Tests/VegetationComponentDescriptorTests.cpp
- Tests/VegetationComponentFilterTests.cpp
- Tests/EmptyInstanceSpawnerTests.cpp
- Tests/PrefabInstanceSpawnerTests.cpp
- Tests/VegetationAreaSystemComponentTest.cpp
- Tests/VegetationTest.cpp
- Tests/VegetationTest.h
- Source/VegetationModule.cpp
- Source/VegetationModule.h
- )
|