ImageDecoder: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 10:39:52 +01:00
commit 5e93db93fc
Notes: sideshowbarker 2024-07-18 00:49:31 +09:00
2 changed files with 8 additions and 15 deletions

View file

@ -14,4 +14,4 @@ set(SOURCES
)
serenity_bin(ImageDecoder)
target_link_libraries(ImageDecoder LibGfx LibIPC)
target_link_libraries(ImageDecoder LibGfx LibIPC LibMain)