summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/in_http/CMakeLists.txt
blob: 69ebeab7148ea827bd58e1073c459a96ec0f8e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(NOT FLB_METRICS)
  message(FATAL_ERROR "HTTP input plugin requires FLB_HTTP_SERVER=On.")
endif()

set(src
  http.c
  http_conn.c
  http_prot.c
  http_config.c
  )

FLB_PLUGIN(in_http "${src}" "monkey-core-static")