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

ImageDecoder: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 10:39:52 +01:00
parent c6a581f267
commit 5e93db93fc
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)