summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor/CMakeLists.txt
blob: 07eccd212e68cedb15af7247665e54ad503a511b (plain)
1
2
3
4
5
6
7
8
9
10
compile_gml(TextEditorWindow.gml TextEditorWindowGML.h text_editor_window_gml)

set(SOURCES
    main.cpp
    TextEditorWidget.cpp
    TextEditorWindowGML.h
)

serenity_app(TextEditor ICON app-text-editor)
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop)