We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e9741 commit c051fc7Copy full SHA for c051fc7
CMakeLists.txt
@@ -32,6 +32,7 @@ find_package(SwiftSyntax CONFIG REQUIRED)
32
find_package(SwiftASN1 CONFIG REQUIRED)
33
find_package(SwiftCrypto CONFIG REQUIRED)
34
find_package(SwiftToolsProtocols CONFIG REQUIRED)
35
+find_package(SwiftMarkdown CONFIG REQUIRED)
36
37
include(SwiftSupport)
38
Sources/SwiftLanguageService/CMakeLists.txt
@@ -60,7 +60,7 @@ target_link_libraries(SwiftLanguageService PUBLIC
60
SourceKitLSP
61
ToolchainRegistry
62
IndexStoreDB
63
- Markdown
+ SwiftMarkdown::Markdown
64
SwiftSyntax::SwiftBasicFormat
65
SwiftSyntax::SwiftSyntax
66
)
0 commit comments