mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
6 lines
96 B
CMake
6 lines
96 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Terminal)
|
|
target_link_libraries(Terminal LibGUI LibVT)
|