mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
11 lines
185 B
CMake
11 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)
|