Files
swift-mirror/lib/Markup/CMakeLists.txt
Saleem Abdulrasool 49a5098db4 build: update for cmark build revamp and split the build
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.
2024-01-17 08:54:36 -08:00

7 lines
139 B
CMake

add_swift_host_library(swiftMarkup STATIC
AST.cpp
LineList.cpp
Markup.cpp)
target_link_libraries(swiftMarkup PRIVATE
libcmark-gfm)