X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=149a354fc9e18ee90b1b0e033210bec2f9498822;hb=refs%2Fheads%2Fsandbox%2Fjobol%2Fl4sock;hp=7a7ab429b2f47ff4d3abe8fc40f0a7f16cc56274;hpb=caea0053d2abc141ab585324fb51f8c536db249b;p=src%2Fapp-framework-binder.git 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