Skip to content

Commit 08bf040

Browse files
committed
Update CMake Build to Include SwiftSyntax
1 parent 65cfba1 commit 08bf040

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ find_package(LLBuild QUIET)
2121
find_package(ArgumentParser CONFIG REQUIRED)
2222
find_package(SwiftCollections QUIET)
2323
find_package(SwiftSystem CONFIG REQUIRED)
24+
find_package(SwiftSyntax CONFIG REQUIRED)
2425

2526
include(SwiftSupport)
2627

Sources/sourcekit-lsp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ target_link_libraries(sourcekit-lsp PRIVATE
66
LanguageServerProtocolJSONRPC
77
SKCore
88
SourceKitLSP
9+
SwiftSyntax
910
TSCUtility)
1011
target_link_libraries(sourcekit-lsp PRIVATE
1112
$<$<NOT:$<PLATFORM_ID:Darwin>>:FoundationXML>)

0 commit comments

Comments
 (0)