summaryrefslogtreecommitdiff
path: root/Applications/TextEditor/CMakeLists.txt
blob: 6a28b82c32460fd9dc25ff148e62a9fd057440f8 (plain)
1
2
3
4
5
6
7
8
9
10
compile_json_gui(MainWindow.json MainWindowUI.h main_window_ui_json)

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

serenity_bin(TextEditor)
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibDesktop)