summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/in_stdin/CMakeLists.txt
blob: 3c2e2bdfedb1adcc21a31ea366c6156a0c916d08 (plain)
1
2
3
4
5
6
7
8
9
10
# FIXME: there is something wrong when linking objects and this
# static plugin, I should not require to link to a specific symbol
# if the object was already linked from fluent-bit core on src/, also
# jsmn should not be required.

set(src
  in_stdin.c
  )

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