Skip to content

Commit

Permalink
CMake hack around
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor committed Apr 24, 2024
1 parent 8293e06 commit 84163ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SourceKitLSP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ target_link_libraries(SourceKitLSP PUBLIC
SwiftSyntax::SwiftRefactor
SwiftSyntax::SwiftSyntax)
target_link_libraries(SourceKitLSP PRIVATE
SwiftPM::PackageModelSyntax
PackageModelSyntax
$<$<NOT:$<PLATFORM_ID:Darwin>>:FoundationXML>)

0 comments on commit 84163ce

Please sign in to comment.