1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

ImageViewer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-24 00:06:40 +01:00
parent ba4fd8fa15
commit f526325e24
2 changed files with 8 additions and 10 deletions

View file

@ -11,4 +11,4 @@ set(SOURCES
)
serenity_app(ImageViewer ICON filetype-image)
target_link_libraries(ImageViewer LibDesktop LibGUI LibGfx LibImageDecoderClient)
target_link_libraries(ImageViewer LibDesktop LibGUI LibGfx LibImageDecoderClient LibMain)