diff options
Diffstat (limited to 'Userland/Applications/Magnifier/CMakeLists.txt')
-rw-r--r-- | Userland/Applications/Magnifier/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Magnifier/CMakeLists.txt b/Userland/Applications/Magnifier/CMakeLists.txt index b3ed8910db..1aad903524 100644 --- a/Userland/Applications/Magnifier/CMakeLists.txt +++ b/Userland/Applications/Magnifier/CMakeLists.txt @@ -11,4 +11,4 @@ set(SOURCES ) serenity_app(Magnifier ICON app-magnifier) -target_link_libraries(Magnifier LibGUI LibMain) +target_link_libraries(Magnifier LibGfx LibGUI LibMain) |