Fix benchmark run crashes. (#7595)

The benchmark builds weren't building the dependent DLLs due to missing dependencies in the cmake files.

Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
monroegm-disable-blank-issue-2
Mike Balfour 4 years ago committed by GitHub
parent d55c83d0d1
commit 51569d8705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -142,6 +142,8 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
Gem::LmbrCentral
Gem::LmbrCentral.Mocks
Gem::GradientSignal.Mocks
RUNTIME_DEPENDENCIES
Gem::SurfaceData
)
ly_add_target(
@ -162,6 +164,8 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
Gem::LmbrCentral
Gem::LmbrCentral.Mocks
Gem::GradientSignal.Mocks
RUNTIME_DEPENDENCIES
Gem::SurfaceData
)
ly_add_googletest(
NAME Gem::GradientSignal.Tests

@ -98,6 +98,8 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
AZ::AzTest
Gem::SurfaceData.Static
Gem::LmbrCentral
RUNTIME_DEPENDENCIES
Gem::LmbrCentral
)
ly_add_googletest(
NAME Gem::SurfaceData.Tests

Loading…
Cancel
Save