mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
9 lines
158 B
CMake
9 lines
158 B
CMake
set(SOURCES
|
|
Line.cpp
|
|
Terminal.cpp
|
|
TerminalWidget.cpp
|
|
)
|
|
|
|
serenity_lib(LibVT vt)
|
|
target_link_libraries(LibVT LibC LibCore LibGUI LibGfx LibDesktop)
|