mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-05 18:44:27 +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)
|