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

Run: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-26 23:03:54 +01:00
parent 0b8fb8358e
commit 1ded1ed963
2 changed files with 7 additions and 10 deletions

View file

@ -14,4 +14,4 @@ set(SOURCES
)
serenity_app(Run ICON app-run)
target_link_libraries(Run LibCore LibDesktop LibGUI)
target_link_libraries(Run LibCore LibDesktop LibGUI LibMain)