diff options
Diffstat (limited to 'fluent-bit/plugins/in_collectd/CMakeLists.txt')
-rw-r--r-- | fluent-bit/plugins/in_collectd/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fluent-bit/plugins/in_collectd/CMakeLists.txt b/fluent-bit/plugins/in_collectd/CMakeLists.txt new file mode 100644 index 00000000..1f8d6407 --- /dev/null +++ b/fluent-bit/plugins/in_collectd/CMakeLists.txt @@ -0,0 +1,7 @@ +set(src + typesdb.c + typesdb_parser.c + netprot.c + in_collectd.c) + +FLB_PLUGIN(in_collectd "${src}" "") |