mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
8 lines
138 B
CMake
8 lines
138 B
CMake
set(SOURCES
|
|
main.cpp
|
|
TextEditorWidget.cpp
|
|
)
|
|
|
|
serenity_bin(TextEditor)
|
|
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI)
|