diff --git a/src/effects/zoom/CMakeLists.txt b/src/effects/zoom/CMakeLists.txt index 32e5b5c943..b3031ab4b1 100644 --- a/src/effects/zoom/CMakeLists.txt +++ b/src/effects/zoom/CMakeLists.txt @@ -7,7 +7,7 @@ set(zoom_SOURCES if (HAVE_ACCESSIBILITY) set(zoom_SOURCES ${zoom_SOURCES} - zoom/accessibilityintegration.cpp + accessibilityintegration.cpp ) endif()