Skip to content

Commit d7e235d

Browse files
committed
Copy dxc dlls only when DILIGENT_NO_HLSL not defined
1 parent 54ef580 commit d7e235d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DiligentCoreTest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if(WEBGPU_SUPPORTED)
6464
target_link_libraries(DiligentCoreTest PRIVATE libtint)
6565
endif()
6666

67-
if(PLATFORM_WIN32)
67+
if(PLATFORM_WIN32 AND NOT ${DILIGENT_NO_HLSL})
6868
copy_required_dlls(DiligentCoreTest
6969
DXC_REQUIRED YES
7070
)

0 commit comments

Comments
 (0)