1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:17:36 +00:00

RequestServer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 10:41:57 +01:00
parent 5e93db93fc
commit 2828d58a10
2 changed files with 8 additions and 19 deletions

View file

@ -23,4 +23,4 @@ set(SOURCES
)
serenity_bin(RequestServer)
target_link_libraries(RequestServer LibCore LibIPC LibGemini LibHTTP)
target_link_libraries(RequestServer LibCore LibIPC LibGemini LibHTTP LibMain)