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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user