|
|
|
@ -10,7 +10,8 @@ option(WITH_CLIENT "Simple client for configuring daemon" ON)
|
|
|
|
|
option(WITH_CSOCKET "Unix control socket support for daemon" ON) |
|
|
|
|
option(WITH_HARDENING "Enable hardening options" ON) |
|
|
|
|
option(WITH_PCRE "Build pcre-compatible filter" ON) |
|
|
|
|
option(WITH_REDIS "Build redis backend" OFF) |
|
|
|
|
option(WITH_REDIS "Build redis source/backend" OFF) |
|
|
|
|
option(WITH_MCAST "Build mcast source/backend" OFF) |
|
|
|
|
|
|
|
|
|
if (NOT DEFINED CMAKE_INSTALL_PREFIX) |
|
|
|
|
set(CMAKE_INSTALL_PREFIX "/usr") |
|
|
|
@ -50,6 +51,7 @@ message(STATUS "- WITH_CSOCKET : ${WITH_CSOCKET}")
|
|
|
|
|
message(STATUS "- WITH_HARDENING : ${WITH_HARDENING}") |
|
|
|
|
message(STATUS "- WITH_PCRE : ${WITH_PCRE}") |
|
|
|
|
message(STATUS "- WITH_REDIS : ${WITH_REDIS}") |
|
|
|
|
message(STATUS "- WITH_MCAST : ${WITH_MCAST}") |
|
|
|
|
message(STATUS "Components:") |
|
|
|
|
|
|
|
|
|
add_subdirectory(src) |
|
|
|
|