2259cb3dc0
* Moved TerrainDataRquestBus to AzFrameworkTestShared Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Changes from PR Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
14 lines
355 B
CMake
14 lines
355 B
CMake
#
|
|
# 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
|
|
Mocks/Terrain/MockTerrainLayerSpawner.h
|
|
Mocks/Terrain/MockTerrainAreaSurfaceRequestBus.h
|
|
Mocks/Terrain/MockTerrain.h
|
|
)
|