@@ -6,6 +6,10 @@ add_library(LanguageServerProtocol
6
6
Message .swift
7
7
MessageRegistry.swift
8
8
Messages.swift
9
+ PositionRange.swift
10
+ Request.swift
11
+ RequestID.swift
12
+
9
13
Notifications/CancelRequestNotification.swift
10
14
Notifications/ConfigurationNotification.swift
11
15
Notifications/DidChangeWorkspaceFoldersNotification.swift
@@ -15,9 +19,7 @@ add_library(LanguageServerProtocol
15
19
Notifications/PublishDiagnosticsNotification.swift
16
20
Notifications/ShowMessageNotification.swift
17
21
Notifications/TextSynchronizationNotifications.swift
18
- PositionRange.swift
19
- Request.swift
20
- RequestID.swift
22
+
21
23
Requests/ApplyEditRequest.swift
22
24
Requests/CodeActionRequest.swift
23
25
Requests/ColorPresentationRequest.swift
@@ -39,6 +41,7 @@ add_library(LanguageServerProtocol
39
41
Requests/SymbolInfoRequest.swift
40
42
Requests/WorkspaceFoldersRequest.swift
41
43
Requests/WorkspaceSymbolsRequest.swift
44
+
42
45
SupportTypes/ClientCapabilities.swift
43
46
SupportTypes/CodeActionKind.swift
44
47
SupportTypes/Command.swift
@@ -47,14 +50,15 @@ add_library(LanguageServerProtocol
47
50
SupportTypes/Diagnostic.swift
48
51
SupportTypes/DocumentURI.swift
49
52
SupportTypes/FoldingRangeKind.swift
50
- SupportTypes/LSPAny.swift
51
53
SupportTypes/Language.swift
52
54
SupportTypes/Location.swift
53
55
SupportTypes/LocationLink.swift
54
56
SupportTypes/LocationsOrLocationLinksResponse.swift
57
+ SupportTypes/LSPAny.swift
55
58
SupportTypes/MarkupContent.swift
56
59
SupportTypes/Position.swift
57
60
SupportTypes/ServerCapabilities.swift
61
+ SupportTypes/SKCompletionOptions.swift
58
62
SupportTypes/SymbolKind.swift
59
63
SupportTypes/TextDocumentContentChangeEvent.swift
60
64
SupportTypes/TextDocumentEdit.swift
@@ -66,8 +70,7 @@ add_library(LanguageServerProtocol
66
70
SupportTypes/WindowMessageType.swift
67
71
SupportTypes/WorkspaceEdit.swift
68
72
SupportTypes/WorkspaceFolder.swift
69
- SupportTypes/WorkspaceSettings.swift
70
- )
73
+ SupportTypes/WorkspaceSettings.swift )
71
74
set_target_properties (LanguageServerProtocol PROPERTIES
72
75
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY} )
73
76
if (NOT CMAKE_SYSTEM_NAME STREQUAL Darwin )
0 commit comments