We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c41d2d commit 521a2f1Copy full SHA for 521a2f1
Tests/DiligentCoreTest/CMakeLists.txt
@@ -64,7 +64,9 @@ if(WEBGPU_SUPPORTED)
64
target_link_libraries(DiligentCoreTest PRIVATE libtint)
65
endif()
66
67
-copy_shader_compiler_dlls(DiligentCoreTest DXCOMPILER_FOR_SPIRV YES)
+if (PLATFORM_WIN32)
68
+ copy_shader_compiler_dlls(DiligentCoreTest DXCOMPILER_FOR_SPIRV YES)
69
+endif()
70
71
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCE} ${SHADERS}})
72
0 commit comments