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.
2 parents dbcce20 + 8d252b4 commit 32b585aCopy full SHA for 32b585a
Sources/SourceKitLSP/CMakeLists.txt
@@ -29,8 +29,8 @@ target_sources(SourceKitLSP PRIVATE
29
Swift/SemanticRefactoring.swift
30
Swift/SourceKitD+ResponseError.swift
31
Swift/SwiftCommand.swift
32
- Swift/SwiftLanguageServer.swift)
33
- Swift/VariableTypeInfo.swift
+ Swift/SwiftLanguageServer.swift
+ Swift/VariableTypeInfo.swift)
34
set_target_properties(SourceKitLSP PROPERTIES
35
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
36
# TODO(compnerd) reduce the exposure here, why is everything PUBLIC-ly linked?
0 commit comments