Skip to content

Commit 992bedc

Browse files
committed
Attempt to fix Windows build
1 parent 668da58 commit 992bedc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ find_package(SwiftSyntax CONFIG REQUIRED)
2727
find_package(SwiftASN1 CONFIG REQUIRED)
2828
find_package(SwiftCrypto CONFIG REQUIRED)
2929
find_package(SwiftMarkdown CONFIG REQUIRED)
30+
find_package(cmark-gfm CONFIG REQUIRED)
3031

3132
include(SwiftSupport)
3233

Sources/SwiftLanguageService/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ target_link_libraries(SwiftLanguageService PUBLIC
5858
SourceKitLSP
5959
ToolchainRegistry
6060
IndexStoreDB
61-
SwiftMarkdown::Markdown
6261
SwiftSyntax::SwiftBasicFormat
6362
SwiftSyntax::SwiftSyntax
63+
SwiftMarkdown::Markdown
64+
libcmark-gfm
65+
libcmark-gfm-extensions
6466
)
6567

6668
target_link_libraries(SourceKitLSP PRIVATE

0 commit comments

Comments
 (0)