mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
This adds a very rudimentary Mandelbrot viewer. It supports zooming and pretty much nothing else. Not even color smoothing or super sampling.
6 lines
135 B
CMake
6 lines
135 B
CMake
set(SOURCES
|
|
Mandelbrot.cpp
|
|
)
|
|
|
|
serenity_app(Mandelbrot ICON app-mandelbrot)
|
|
target_link_libraries(Mandelbrot LibGUI LibCore LibGfx)
|