From 832191d36fd67aa08189d6e354b575f6ecac5b4d Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 21 Feb 2019 18:46:30 +0100 Subject: Add support for L4Re Virtio Sockets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia47ef2fa8c650781d5a4545fa08360808291faf5 Signed-off-by: José Bollo --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a7ab429..149a354f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ option(WITH_SIG_MONITOR_TIMERS "Activate monitoring of call expiration" ON) option(WITH_AFB_HOOK "Include hooking" ON) option(WITH_AFB_TRACE "Include monitoring trace" ON) option(WITH_SUPERVISOR "Activates installation of supervisor" OFF) -option(WITH_MONITORING "Activates installation of monitoring" OFF) +option(WITH_MONITORING "Activates installation of monitoring" OFF) option(WITH_DBUS_TRANSPARENCY "Allows API transparency over DBUS" OFF) option(WITH_LEGACY_BINDING_V1 "Includes the legacy Binding API version 1" OFF) option(WITH_LEGACY_BINDING_V2 "Includes the legacy Binding API version 2" ON) @@ -60,6 +60,7 @@ option(WITH_LEGACY_BINDING_VDYN "Includes the legacy Binding API version dynam option(WITH_DYNAMIC_BINDING "Allow to load dynamic bindings (shared libraries)" ON) option(WITH_LIBMICROHTTPD "Activates HTTP server through LIBMICROHTTPD" ON) option(WITH_FNMATCH "Use fnmatch where possible" ON) +option(WITH_L4VSOCK "Activates L4RE support of VIRTIO-SOCKS" OFF) ############################################################################ # legacy options -- cgit 1.2.3-korg