Skip to content

Commit 2704e05

Browse files
committed
Add swift-tools-protocols dlls
1 parent 9724e1b commit 2704e05

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

platforms/Windows/cli/cli.wxi

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,30 @@
162162
</Component>
163163
</ComponentGroup>
164164

165+
<ComponentGroup Id="SwiftToolsProtocols" Directory="toolchain_$(VariantName)_usr_bin">
166+
<Component>
167+
<File Source="$(ToolchainRoot)\usr\bin\BuildServerProtocol.dll" />
168+
</Component>
169+
<Component>
170+
<File Source="$(ToolchainRoot)\usr\bin\LanguageServerProtocol.dll" />
171+
</Component>
172+
<Component>
173+
<File Source="$(ToolchainRoot)\usr\bin\LanguageServerProtocolTransport.dll" />
174+
</Component>
175+
<Component>
176+
<File Source="$(ToolchainRoot)\usr\bin\SKLogging.dll" />
177+
</Component>
178+
<Component>
179+
<File Source="$(ToolchainRoot)\usr\bin\ToolsProtocolsSwiftExtensions.dll" />
180+
</Component>
181+
<Component>
182+
<File Source="$(ToolchainRoot)\usr\bin\_SKLoggingForPlugin.dll" />
183+
</Component>
184+
<Component>
185+
<File Source="$(ToolchainRoot)\usr\bin\_ToolsProtocolsSwiftExtensionsForPlugin.dll" />
186+
</Component>
187+
</ComponentGroup>
188+
165189
<ComponentGroup Id="CompilerPluginSupport">
166190
<Component Directory="toolchain_$(VariantName)_usr_lib_swift_pm_ManifestAPI">
167191
<File Source="$(ToolchainRoot)\usr\lib\swift\pm\ManifestAPI\CompilerPluginSupport.dll" />
@@ -748,6 +772,7 @@
748772

749773
<ComponentGroupRef Id="collections" />
750774
<ComponentGroupRef Id="llbuild" />
775+
<ComponentGroupRef Id="SwiftToolsProtocols" />
751776
<ComponentGroupRef Id="SwiftBuild" />
752777
<ComponentGroupRef Id="PackageManager" />
753778
<!-- Package Manager Manifest Runtime -->

0 commit comments

Comments
 (0)