mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
WebServer: Port to LibMain :^)
This commit is contained in:
parent
3d126fe921
commit
9c9cd20dce
2 changed files with 11 additions and 24 deletions
|
@ -10,4 +10,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(WebServer)
|
||||
target_link_libraries(WebServer LibCore LibHTTP)
|
||||
target_link_libraries(WebServer LibCore LibHTTP LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue