X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=149a354fc9e18ee90b1b0e033210bec2f9498822;hb=refs%2Fheads%2Fsandbox%2Fjobol%2Fl4sock;hp=853f5fee141a5228a219c9d8c50c0b016e89c0b8;hpb=0e2b5f5b7fa3a09abf61c8253efce7c7f2b4c444;p=src%2Fapp-framework-binder.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 853f5fee..149a354f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,13 +52,15 @@ 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) option(WITH_LEGACY_BINDING_VDYN "Includes the legacy Binding API version dynamic" OFF) 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