summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/in_lib/CMakeLists.txt
blob: 87a19c5b29edec05ffcc6b9e21c99f5bf8de4866 (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_lib.c
  ../../src/flb_pack.c)

FLB_PLUGIN(in_lib "${src}" "jsmn")