diff options
Diffstat (limited to 'fluent-bit/src/proxy/CMakeLists.txt')
-rw-r--r-- | fluent-bit/src/proxy/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fluent-bit/src/proxy/CMakeLists.txt b/fluent-bit/src/proxy/CMakeLists.txt new file mode 100644 index 00000000..2e07e768 --- /dev/null +++ b/fluent-bit/src/proxy/CMakeLists.txt @@ -0,0 +1,3 @@ +if(FLB_PROXY_GO) + add_subdirectory(go) +endif() |