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