Skip to content

Commit 8293e06

Browse files
committed
[CMake] Add dependency on SwiftPM's PackageModuleSyntax
1 parent 623cae7 commit 8293e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SourceKitLSP/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ target_link_libraries(SourceKitLSP PUBLIC
7575
SwiftSyntax::SwiftRefactor
7676
SwiftSyntax::SwiftSyntax)
7777
target_link_libraries(SourceKitLSP PRIVATE
78+
SwiftPM::PackageModelSyntax
7879
$<$<NOT:$<PLATFORM_ID:Darwin>>:FoundationXML>)
7980

0 commit comments

Comments
 (0)