Skip to content

Commit

Permalink
[CMake] Add dependency on SwiftPM's PackageModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor committed Apr 24, 2024
1 parent 623cae7 commit 8293e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SourceKitLSP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ target_link_libraries(SourceKitLSP PUBLIC
SwiftSyntax::SwiftRefactor
SwiftSyntax::SwiftSyntax)
target_link_libraries(SourceKitLSP PRIVATE
SwiftPM::PackageModelSyntax
$<$<NOT:$<PLATFORM_ID:Darwin>>:FoundationXML>)

0 comments on commit 8293e06

Please sign in to comment.