Skip to content

Commit

Permalink
fix wrong dxr shader linkage error
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Mar 1, 2022
1 parent 9c0b6d6 commit bbd70ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/dxr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ foreach (VARIANT_SUFFIX VARIANT_DEFINE IN ZIP_LISTS DXR_VARIATION_SUFFIXES DXR_V
$<BUILD_INTERFACE:${D3D12_INCLUDE_DIRS}>)

target_link_libraries(crt_dxr${VARIANT_SUFFIX} PUBLIC
dxr_shaders
dxr_shaders${VARIANT_SUFFIX}
util
display
${D3D12_LIBRARIES})
Expand Down

0 comments on commit bbd70ae

Please sign in to comment.