mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:55:08 +00:00
7 lines
138 B
CMake
7 lines
138 B
CMake
set(SOURCES
|
|
main.cpp
|
|
TextEditorWidget.cpp
|
|
)
|
|
|
|
serenity_bin(TextEditor)
|
|
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI)
|