1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:57:44 +00:00

Mandelbrot: Use TRY() a lot more :^)

This commit is contained in:
pbrw 2021-11-25 02:55:57 +01:00 committed by Andreas Kling
parent 8293ad33ee
commit 601de466cb
2 changed files with 23 additions and 31 deletions

View file

@ -8,4 +8,4 @@ set(SOURCES
)
serenity_app(Mandelbrot ICON app-mandelbrot)
target_link_libraries(Mandelbrot LibGUI LibCore LibGfx)
target_link_libraries(Mandelbrot LibGUI LibCore LibGfx LibMain)