mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
7 lines
116 B
CMake
7 lines
116 B
CMake
set(SOURCES
|
|
Client.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(WebServer)
|
|
target_link_libraries(WebServer LibCore LibHTTP)
|