Skip to content

Commit

Permalink
Install the SourceKit plugin into Windows toolchains
Browse files Browse the repository at this point in the history
Install the SourceKit plugin, added by swiftlang/sourcekit-lsp#1906 into the Windows toolchains.

rdar://142909870
  • Loading branch information
ahoppen committed Jan 22, 2025
1 parent c7732c5 commit 7ff716c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions platforms/Windows/ide/ide.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\sourcekitdInProc.lib" />
</Component>

<Component Directory="_usr_bin">
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\SwiftSourceKitPlugin.dll" />
</Component>

<Component Directory="_usr_bin">
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\SwiftSourceKitClientPlugin.dll" />
</Component>

<Component Directory="_usr_include_SourceKit">
<File Source="$(TOOLCHAIN_ROOT)\usr\include\SourceKit\sourcekitd.h" />
</Component>
Expand Down

0 comments on commit 7ff716c

Please sign in to comment.