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

WidgetGallery: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 15:20:11 +01:00
parent 24bf74a177
commit 3d126fe921
2 changed files with 13 additions and 36 deletions

View file

@ -27,4 +27,4 @@ set(SOURCES
)
serenity_app(WidgetGallery ICON app-widget-gallery)
target_link_libraries(WidgetGallery LibGUI)
target_link_libraries(WidgetGallery LibGUI LibMain)