mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
12 lines
185 B
CMake
12 lines
185 B
CMake
set(SOURCES
|
|
CodeBlock.cpp
|
|
Document.cpp
|
|
Heading.cpp
|
|
List.cpp
|
|
Paragraph.cpp
|
|
Text.cpp
|
|
)
|
|
|
|
serenity_lib(LibMarkdown markdown)
|
|
target_link_libraries(LibMarkdown LibC)
|