mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Extricate cmark from the unified build system. This is preparatory work to support building CMark GFM with dynamic linkage for sharing it across swift-markdown and the compiler. It also simplifies the build logic for the unified build.
7 lines
139 B
CMake
7 lines
139 B
CMake
add_swift_host_library(swiftMarkup STATIC
|
|
AST.cpp
|
|
LineList.cpp
|
|
Markup.cpp)
|
|
target_link_libraries(swiftMarkup PRIVATE
|
|
libcmark-gfm)
|