1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:47:45 +00:00

Welcome: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 16:08:52 +01:00
parent ca23644397
commit db79f1cb78
2 changed files with 12 additions and 34 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(Welcome ICON app-welcome)
target_link_libraries(Welcome LibGUI LibWeb)
target_link_libraries(Welcome LibGUI LibWeb LibMain)