mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
3368e54224
Stop piggybacking on the generic "find" icon and make a custom one. :^)
15 lines
232 B
CMake
15 lines
232 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 LibGUI)
|