mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-15 10:50:40 +00:00
12 lines
261 B
CMake
12 lines
261 B
CMake
serenity_component(
|
|
Terminal
|
|
REQUIRED
|
|
TARGETS Terminal utmpupdate
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Terminal ICON app-terminal)
|
|
target_link_libraries(Terminal PRIVATE LibConfig LibCore LibFileSystem LibDesktop LibGfx LibGUI LibVT LibMain)
|