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 f8537b3 commit 433bcacCopy full SHA for 433bcac
Sources/SourceKitLSP/CMakeLists.txt
@@ -65,6 +65,7 @@ target_sources(SourceKitLSP PRIVATE
65
Swift/SwiftCommand.swift
66
Swift/SwiftLanguageService.swift
67
Swift/SwiftTestingScanner.swift
68
+ Swift/SymbolGraphCache.swift
69
Swift/SymbolInfo.swift
70
Swift/SyntacticSwiftXCTestScanner.swift
71
Swift/SyntacticTestIndex.swift
@@ -73,7 +74,6 @@ target_sources(SourceKitLSP PRIVATE
73
74
Swift/SyntaxHighlightingTokens.swift
75
Swift/SyntaxTreeManager.swift
76
Swift/VariableTypeInfo.swift
- Swift/WithSnapshotFromDiskOpenedInSourcekitd.swift
77
)
78
set_target_properties(SourceKitLSP PROPERTIES
79
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
0 commit comments