summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/plugins/auth/CMakeLists.txt
blob: a6fd27a06cd5b2144fbd6fc24898e15f23adcf5b (plain)
1
2
3
4
5
6
7
8
9
10
set(src
  auth.c
  base64.c
  conf.c
  sha1.c
  )

add_subdirectory(tools)

MONKEY_PLUGIN(auth "${src}")