Skip to content

Commit a1b356b

Browse files
committed
GPU Vulkan Display: fix DEPFILE path
1 parent 7c79e17 commit a1b356b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/cmake/vulkan_display.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function(add_glslc_shader TARGET SHADER)
2727
OUTPUT ${spirv-file}
2828
COMMAND ${Vulkan_GLSLC_EXECUTABLE} -o ${spirv-file} ${input-file-abs} -MD -MT ${spirv-file} -MF ${spirv-file}.d
2929
DEPENDS ${input-file-abs}
30-
DEPFILE ${input-file-abs}.d
30+
DEPFILE ${spirv-file}.d
3131
COMMENT "Compiling GLSL to SPIRV: ${SHADER}"
3232
VERBATIM
3333
)

0 commit comments

Comments
 (0)