mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-03 00:36:52 +03:00
726fa41d4a
This allows us to stop using raw `FILE*` and reintroduce `unveil` calls.
12 lines
238 B
CMake
12 lines
238 B
CMake
serenity_component(
|
|
Mandelbrot
|
|
TARGETS Mandelbrot
|
|
)
|
|
|
|
set(SOURCES
|
|
Mandelbrot.cpp
|
|
)
|
|
|
|
serenity_app(Mandelbrot ICON app-mandelbrot)
|
|
target_link_libraries(Mandelbrot PRIVATE LibCore LibFileSystemAccessClient LibGfx LibGUI LibMain)
|