mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 12:35:07 +00:00

This also improves Commonmark coverage, e.g. it fixes tests HTML_blocks_ex179_2894..2906 and Lists_ex308_5439..5457. In other words, we go from 271 out of 652 to 273 out of 652.
17 lines
307 B
CMake
17 lines
307 B
CMake
set(SOURCES
|
|
BlockQuote.cpp
|
|
CodeBlock.cpp
|
|
CommentBlock.cpp
|
|
ContainerBlock.cpp
|
|
Document.cpp
|
|
Heading.cpp
|
|
HorizontalRule.cpp
|
|
LineIterator.cpp
|
|
List.cpp
|
|
Paragraph.cpp
|
|
Table.cpp
|
|
Text.cpp
|
|
)
|
|
|
|
serenity_lib(LibMarkdown markdown)
|
|
target_link_libraries(LibMarkdown LibJS)
|