mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-25 19:02:07 -05:00
2905642550
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.
14 lines
247 B
CMake
14 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)
|