mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
042890d319
A horizontal rule is generated by a line with three or more of these characters: '*', '-', '_'.
13 lines
223 B
CMake
13 lines
223 B
CMake
set(SOURCES
|
|
CodeBlock.cpp
|
|
Document.cpp
|
|
Heading.cpp
|
|
HorizontalRule.cpp
|
|
List.cpp
|
|
Paragraph.cpp
|
|
Table.cpp
|
|
Text.cpp
|
|
)
|
|
|
|
serenity_lib(LibMarkdown markdown)
|
|
target_link_libraries(LibMarkdown LibJS)
|