mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 15:25:08 +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.
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)
|