mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
8 lines
158 B
CMake
8 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)
|