We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec17ec0 commit 73115b1Copy full SHA for 73115b1
Sources/SourceKitLSP/CMakeLists.txt
@@ -68,6 +68,7 @@ target_sources(SourceKitLSP PRIVATE
68
Swift/SwiftCommand.swift
69
Swift/SwiftLanguageService.swift
70
Swift/SwiftTestingScanner.swift
71
+ Swift/SymbolGraphCache.swift
72
Swift/SymbolInfo.swift
73
Swift/SyntacticSwiftXCTestScanner.swift
74
Swift/SyntacticTestIndex.swift
@@ -76,7 +77,6 @@ target_sources(SourceKitLSP PRIVATE
76
77
Swift/SyntaxHighlightingTokens.swift
78
Swift/SyntaxTreeManager.swift
79
Swift/VariableTypeInfo.swift
- Swift/WithSnapshotFromDiskOpenedInSourcekitd.swift
80
)
81
set_target_properties(SourceKitLSP PROPERTIES
82
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
0 commit comments