mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
Fix the new ShaderRecomp include. (#2)
This commit is contained in:
parent
b728100b5a
commit
ca9009b88d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ set(SHADER_RECOMP_INCLUDE "${SHADER_RECOMP_ROOT}/shader_common.hlsli")
|
|||
target_compile_definitions(ShaderRecomp PRIVATE
|
||||
SHADER_RECOMP_INPUT=\"${CMAKE_CURRENT_SOURCE_DIR}/private\"
|
||||
SHADER_RECOMP_OUTPUT=\"${CMAKE_CURRENT_SOURCE_DIR}/shader/shader_cache.cpp\"
|
||||
SHADER_RECOMP_INCLUDE_INPUT=\"${SHADER_RECOMP_SHADER_INCLUDE}\"
|
||||
SHADER_RECOMP_INCLUDE_INPUT=\"${SHADER_RECOMP_INCLUDE}\"
|
||||
)
|
||||
|
||||
file(GLOB SHADER_RECOMP_SOURCES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue