summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/out_vivo_exporter/CMakeLists.txt
blob: e458b1ff45123952814d540ff4d62e9ce903d001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if(NOT FLB_HTTP_SERVER)
  message(
    FATAL_ERROR
    "Vivo Exporter output plugin requires built-in HTTP Server be enabled:
     Use -DFLB_HTTP_SERVER=On option to enable it"
    )
endif()

set(src
  vivo_http.c
  vivo_stream.c
  vivo.c
  )

FLB_PLUGIN(out_vivo_exporter "${src}" "")