mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:17:45 +00:00
PixelPaint: Use unveil to hide file system
This commit is contained in:
parent
62af82f494
commit
1927dbf025
6 changed files with 206 additions and 64 deletions
|
@ -2,7 +2,7 @@ serenity_component(
|
|||
PixelPaint
|
||||
RECOMMENDED
|
||||
TARGETS PixelPaint
|
||||
DEPENDS ImageDecoder
|
||||
DEPENDS ImageDecoder FileSystemAccessServer
|
||||
)
|
||||
|
||||
compile_gml(PixelPaintWindow.gml PixelPaintWindowGML.h pixel_paint_window_gml)
|
||||
|
@ -42,4 +42,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(PixelPaint ICON app-pixel-paint)
|
||||
target_link_libraries(PixelPaint LibImageDecoderClient LibGUI LibGfx)
|
||||
target_link_libraries(PixelPaint LibImageDecoderClient LibGUI LibGfx LibFileSystemAccessClient)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue