summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/out_td/CMakeLists.txt
blob: 3641be38957a6204c60e16cec72645e133fc2503 (plain)
1
2
3
4
5
6
7
set(src
  td_http.c
  td_config.c
  td.c)

FLB_PLUGIN(out_td "${src}" "mk_core")
target_link_libraries(flb-plugin-out_td)