mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 23:45:10 +00: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)
|