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

github.com/neutrinolabs/NeutrinoRDP.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-08-25 00:24:15 +0400
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-08-25 00:24:15 +0400
commitb2b5a25cb772468f6ee4d626ecaaaded0ac8a2b4 (patch)
tree73ff1402ec9d1b464454699eeb0564730f2c00cb /cmake
parent285c777b9aae3cdd2f9d1eb7363e3f72ea3c8c51 (diff)
development checkin for tcutils
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ConfigOptions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/ConfigOptions.cmake b/cmake/ConfigOptions.cmake
index 8298ee9..b2ec4ce 100644
--- a/cmake/ConfigOptions.cmake
+++ b/cmake/ConfigOptions.cmake
@@ -27,3 +27,4 @@ option(WITH_NEON "Enable NEON optimization for rfx decoder" OFF)
option(WITH_JPEG "Use JPEG decoding." OFF)
option(WITH_CUPS "Use CUPS printing." OFF)
option(WITH_XRDPVR "Use xrdp video redirection." ON)
+option(WITH_TCUTILS "Use Thinclient utilities." ON)