diff options
Diffstat (limited to 'fluent-bit/plugins/in_stdin/CMakeLists.txt')
-rw-r--r-- | fluent-bit/plugins/in_stdin/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fluent-bit/plugins/in_stdin/CMakeLists.txt b/fluent-bit/plugins/in_stdin/CMakeLists.txt new file mode 100644 index 00000000..3c2e2bdf --- /dev/null +++ b/fluent-bit/plugins/in_stdin/CMakeLists.txt @@ -0,0 +1,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}" "") |