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

PixelPaint: Port to LibMain

This commit is contained in:
Pascal Puffke 2021-11-22 23:23:27 +01:00 committed by Andreas Kling
parent 55db1811c7
commit bec7ffaf0a
2 changed files with 12 additions and 35 deletions

View file

@ -45,4 +45,4 @@ set(SOURCES
)
serenity_app(PixelPaint ICON app-pixel-paint)
target_link_libraries(PixelPaint LibImageDecoderClient LibGUI LibGfx LibFileSystemAccessClient LibConfig)
target_link_libraries(PixelPaint LibImageDecoderClient LibGUI LibGfx LibFileSystemAccessClient LibConfig LibMain)