From db92d5bfffc93f58cf3b35f1198cb43c5cd91dc0 Mon Sep 17 00:00:00 2001 From: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> Date: Thu, 16 Jan 2020 10:39:56 +0100 Subject: [PATCH] append the correct folderwatcher (platform specific) Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com> --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 55e5327e6..39bd4dcfc 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -80,7 +80,7 @@ list(APPEND RemoteWipe_SRC ../src/gui/accountstate.cpp ) list(APPEND RemoteWipe_SRC ../src/gui/socketapi.cpp ) list(APPEND RemoteWipe_SRC ../src/gui/folder.cpp ) list(APPEND RemoteWipe_SRC ../src/gui/syncrunfilelog.cpp ) -list(APPEND RemoteWipe_SRC ../src/gui/folderwatcher_linux.cpp ) +list(APPEND RemoteWipe_SRC ${FolderWatcher_SRC} ) list(APPEND RemoteWipe_SRC ../src/gui/folderwatcher.cpp ) list(APPEND RemoteWipe_SRC ${RemoteWipe_SRC}) list(APPEND RemoteWipe_SRC stubremotewipe.cpp ) -- 2.30.2