We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623cae7 commit 8293e06Copy full SHA for 8293e06
Sources/SourceKitLSP/CMakeLists.txt
@@ -75,5 +75,6 @@ target_link_libraries(SourceKitLSP PUBLIC
75
SwiftSyntax::SwiftRefactor
76
SwiftSyntax::SwiftSyntax)
77
target_link_libraries(SourceKitLSP PRIVATE
78
+ SwiftPM::PackageModelSyntax
79
$<$<NOT:$<PLATFORM_ID:Darwin>>:FoundationXML>)
80
0 commit comments