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 0ac09ca commit beb9e0cCopy full SHA for beb9e0c
CMakeLists.txt
@@ -26,6 +26,7 @@ find_package(SwiftCollections QUIET)
26
find_package(SwiftSyntax CONFIG REQUIRED)
27
find_package(SwiftASN1 CONFIG REQUIRED)
28
find_package(SwiftCrypto CONFIG REQUIRED)
29
+find_package(SwiftMarkdown CONFIG REQUIRED)
30
31
include(SwiftSupport)
32
Sources/SwiftLanguageService/CMakeLists.txt
@@ -58,7 +58,7 @@ target_link_libraries(SwiftLanguageService PUBLIC
58
SourceKitLSP
59
ToolchainRegistry
60
IndexStoreDB
61
- Markdown
+ SwiftMarkdown::Markdown
62
SwiftSyntax::SwiftBasicFormat
63
SwiftSyntax::SwiftSyntax
64
)
0 commit comments