Skip to content

Commit 1ef8cc9

Browse files
committed
WiX: package and distribute clang-scan-deps
This is scanned for and used by newer CMake releases. Include it in the toolchain distribution packaging.
1 parent a6282fd commit 1ef8cc9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

platforms/Windows/bld/bld.wxs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@
156156
<Component>
157157
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\clang.exe" />
158158
</Component>
159+
<Component>
160+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\clang-scan-deps.exe" />
161+
</Component>
162+
<Component>
163+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\clang-deps-launcher.py" />
164+
</Component>
159165
<!--
160166
TODO(compnerd) we should include:
161167
- clang-offload-bundler

0 commit comments

Comments
 (0)