From: Claudio Cambra Date: Wed, 17 Apr 2024 05:47:17 +0000 (+0800) Subject: Set file provider extension target as a dependency of file provider ui extension... X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~7^2~46^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fad069b66c3e6172cc075b7d55c91c8a9ba992a7;p=nextcloud-desktop.git Set file provider extension target as a dependency of file provider ui extension target in CMake Signed-off-by: Claudio Cambra --- diff --git a/shell_integration/MacOSX/CMakeLists.txt b/shell_integration/MacOSX/CMakeLists.txt index 512aae447..a3f561484 100644 --- a/shell_integration/MacOSX/CMakeLists.txt +++ b/shell_integration/MacOSX/CMakeLists.txt @@ -44,6 +44,7 @@ if(APPLE) "OC_APPLICATION_NAME=${APPLICATION_NAME}" "OC_APPLICATION_REV_DOMAIN=${APPLICATION_REV_DOMAIN}" "OC_SOCKETAPI_TEAM_IDENTIFIER_PREFIX=${SOCKETAPI_TEAM_IDENTIFIER_PREFIX}" + DEPENDS mac_fileproviderplugin COMMENT building macOS File Provider UI extension VERBATIM)