mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 03:02:27 -05:00
12 lines
200 B
CMake
12 lines
200 B
CMake
set(SOURCES
|
|
CodeBlock.cpp
|
|
Document.cpp
|
|
Heading.cpp
|
|
List.cpp
|
|
Paragraph.cpp
|
|
Table.cpp
|
|
Text.cpp
|
|
)
|
|
|
|
serenity_lib(LibMarkdown markdown)
|
|
target_link_libraries(LibMarkdown LibJS)
|