Revert "Removing hlsl refs in cmake build files"

This reverts commit 7b42402b18.
This commit is contained in:
Aristo7
2021-04-20 12:53:03 -05:00
parent 2a59b7e0e6
commit 8410452067
2 changed files with 2 additions and 0 deletions
@@ -46,6 +46,7 @@ if(DXGL_TRAIT_BUILD_OPENGL_SUPPORTED AND (NOT LY_MONOLITHIC_GAME OR LY_TRAIT_USE
BUILD_DEPENDENCIES
PUBLIC
AZ::AzFramework
AZ::HLSLcc.Headers
3rdParty::lz4
3rdParty::glad
Legacy::CryCommon
@@ -41,6 +41,7 @@ if(DXGL_TRAIT_BUILD_DXMETAL_SUPPORTED AND NOT LY_MONOLITHIC_GAME) # Only Atom is
BUILD_DEPENDENCIES
PUBLIC
AZ::AzFramework
AZ::HLSLcc.Headers
Legacy::CryCommon
Legacy::CryCommon.EngineSettings.Static
)