mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Add the same preview options as the theme editor so you can test the accessibility of anything on your desktop. Both tools share the same shortcuts.
15 lines
247 B
CMake
15 lines
247 B
CMake
serenity_component(
|
|
Magnifier
|
|
RECOMMENDED
|
|
TARGETS Magnifier
|
|
)
|
|
|
|
set(SOURCES
|
|
MagnifierWidget.cpp
|
|
MagnifierWidget.h
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Magnifier ICON app-magnifier)
|
|
target_link_libraries(Magnifier LibGfx LibGUI LibMain)
|