build: windows do not deploy dxil.dll or dxcompiler.dll

This commit is contained in:
sithlord48
2025-07-18 14:43:37 -04:00
committed by Nick Bolton
parent 4a7d031bc6
commit 72ddcdb7f5

View File

@ -88,7 +88,11 @@ if(WIN32)
$<TARGET_FILE_DIR:${target}>
)
install(DIRECTORY ${QT_DEPENDS_DIR}/ DESTINATION .)
install(
DIRECTORY ${QT_DEPENDS_DIR}/
DESTINATION .
PATTERN "dx*.dll" EXCLUDE
)
elseif(APPLE)
set_target_properties(${target} PROPERTIES