Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2017-03-30 14:24:04 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:58:56 +0300
commit3288a36da6997484dc7ea9e2e7983a92503fa673 (patch)
tree6bc02341d5def80848a6969a2571ec018879ce84 /CMakeLists.txt
parente97784bb9dedd2171f25778b03743030dc76d435 (diff)
Add GUI testing SocketApi extension
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f926c25cf..0e0d948cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -196,6 +196,8 @@ if(APPLE)
endif()
if(BUILD_CLIENT)
+ OPTION(GUI_TESTING "Build with gui introspection features of socket api" OFF)
+
if(APPLE AND BUILD_UPDATER)
find_package(Sparkle)
endif()