Skip to content

Commit cbfa1cf

Browse files
authored
Merge pull request #378 from compnerd/cmake
build: update the CMakeLists.txt after #376
2 parents e6b0796 + fc34ed8 commit cbfa1cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/LanguageServerProtocol/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ add_library(LanguageServerProtocol
1212

1313
Notifications/CancelRequestNotification.swift
1414
Notifications/ConfigurationNotification.swift
15+
Notifications/DidChangeWatchedFilesNotification.swift
1516
Notifications/DidChangeWorkspaceFoldersNotification.swift
1617
Notifications/ExitNotification.swift
1718
Notifications/InitializedNotification.swift
@@ -36,9 +37,11 @@ add_library(LanguageServerProtocol
3637
Requests/InitializeRequest.swift
3738
Requests/PollIndexRequest.swift
3839
Requests/ReferencesRequest.swift
40+
Requests/RegisterCapabilityRequest.swift
3941
Requests/ShowMessageRequest.swift
4042
Requests/ShutdownRequest.swift
4143
Requests/SymbolInfoRequest.swift
44+
Requests/UnregisterCapabilityRequest.swift
4245
Requests/WorkspaceFoldersRequest.swift
4346
Requests/WorkspaceSymbolsRequest.swift
4447

@@ -49,6 +52,8 @@ add_library(LanguageServerProtocol
4952
SupportTypes/CompletionItemKind.swift
5053
SupportTypes/Diagnostic.swift
5154
SupportTypes/DocumentURI.swift
55+
SupportTypes/FileEvent.swift
56+
SupportTypes/FileSystemWatcher.swift
5257
SupportTypes/FoldingRangeKind.swift
5358
SupportTypes/Language.swift
5459
SupportTypes/Location.swift
@@ -57,6 +62,7 @@ add_library(LanguageServerProtocol
5762
SupportTypes/LSPAny.swift
5863
SupportTypes/MarkupContent.swift
5964
SupportTypes/Position.swift
65+
SupportTypes/RegistrationOptions.swift
6066
SupportTypes/ServerCapabilities.swift
6167
SupportTypes/SKCompletionOptions.swift
6268
SupportTypes/SymbolKind.swift

0 commit comments

Comments
 (0)