1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

FontEditor: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 23:51:24 +01:00
parent 973cb0a49e
commit ba4fd8fa15
2 changed files with 9 additions and 20 deletions

View file

@ -22,4 +22,4 @@ set(SOURCES
)
serenity_app(FontEditor ICON app-font-editor)
target_link_libraries(FontEditor LibGUI LibDesktop LibGfx)
target_link_libraries(FontEditor LibGUI LibDesktop LibGfx LibMain)