From 3da07254041d0431272ee51a484d8149c7222dc7 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 14 Oct 2021 02:44:29 +0200 Subject: [PATCH] Fix build We forgot to remove the subdirectory when moving builtin plugins into separate targets. --- src/effects/zoom/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()