mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
8 lines
129 B
CMake
8 lines
129 B
CMake
set(SOURCES
|
|
Client.cpp
|
|
main.cpp
|
|
Parser.cpp
|
|
)
|
|
|
|
serenity_bin(TelnetServer)
|
|
target_link_libraries(TelnetServer LibCore)
|