summaryrefslogtreecommitdiff
path: root/Userland/Applications/Terminal/CMakeLists.txt
blob: dc274cce9843e4f949d4bf2e4699801f9c11a436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
serenity_component(
    Terminal
    REQUIRED
    TARGETS Terminal utmpupdate
)

compile_gml(TerminalSettingsWindow.gml TerminalSettingsWindowGML.h terminal_settings_window_gml)

set(SOURCES
    TerminalSettingsWindowGML.h
    main.cpp
)

serenity_app(Terminal ICON app-terminal)
target_link_libraries(Terminal LibGUI LibVT)