Skip to content

Commit 12da8e5

Browse files
authored
Merge pull request #2165 from rockbruno/patch-1
Expose BuildServerProtocol as a product
2 parents c6ed68a + 79d8387 commit 12da8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ var globalSwiftSettings: [SwiftSetting] {
1818
var products: [Product] = [
1919
.executable(name: "sourcekit-lsp", targets: ["sourcekit-lsp"]),
2020
.library(name: "_SourceKitLSP", targets: ["SourceKitLSP"]),
21+
.library(name: "BuildServerProtocol", targets: ["BuildServerProtocol"]),
2122
.library(name: "LSPBindings", targets: ["LanguageServerProtocol", "LanguageServerProtocolJSONRPC"]),
2223
.library(name: "InProcessClient", targets: ["InProcessClient"]),
2324
.library(name: "SwiftSourceKitPlugin", type: .dynamic, targets: ["SwiftSourceKitPlugin"]),

0 commit comments

Comments
 (0)