summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/in_unix_socket/CMakeLists.txt
blob: f0702744975f9bb641b4c105cd92666eca5f68c1 (plain)
1
2
3
4
5
6
set(src
  unix_socket.c
  unix_socket_conn.c
  unix_socket_config.c)

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