summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/out_logdna/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/plugins/out_logdna/CMakeLists.txt')
-rw-r--r--src/fluent-bit/plugins/out_logdna/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fluent-bit/plugins/out_logdna/CMakeLists.txt b/src/fluent-bit/plugins/out_logdna/CMakeLists.txt
new file mode 100644
index 000000000..2bfa1f9d8
--- /dev/null
+++ b/src/fluent-bit/plugins/out_logdna/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(src
+ logdna.c
+ )
+
+FLB_PLUGIN(out_logdna "${src}" "")