mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
6 lines
96 B
CMake
6 lines
96 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Terminal)
|
|
target_link_libraries(Terminal LibGUI LibVT)
|