1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:47:34 +00:00

WebContent: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 10:31:08 +01:00
parent 69a7ffa174
commit 32e05f9b14
2 changed files with 11 additions and 27 deletions

View file

@ -17,4 +17,4 @@ set(SOURCES
)
serenity_bin(WebContent)
target_link_libraries(WebContent LibCore LibIPC LibGfx LibWeb)
target_link_libraries(WebContent LibCore LibIPC LibGfx LibWeb LibMain)