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

github.com/owncloud/client.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
committerChristian Kamm <mail@ckamm.de>2019-08-27 10:24:29 +0300
commit54d1bb95a0cb36fac0d4638ed0fbb893ce69228a (patch)
tree03ec3ed8c1b4b80fc78265e23c62c2ceb7cf5401 /CMakeLists.txt
parent50c8b7516c9b839b7345cfd5163e28b30ed0b35d (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 bb19880db..f9c6afb53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -146,6 +146,8 @@ if(APPLE)
endif()
if(BUILD_CLIENT)
+ OPTION(GUI_TESTING "Build with gui introspection features of socket api" OFF)
+
if(APPLE)
find_package(Sparkle)
endif(APPLE)