mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
13 lines
261 B
CMake
13 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)
|