summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/monkey/fuzz/CMakeLists.txt
blob: 48100f5f386c01e30a52612cc5a8a0139045538c (plain)
1
2
3
4
5
6
7
8
9
10
11
set(src
  mk_fuzz_me.c)

add_executable(mk_fuzz_me ${src})
target_link_libraries(mk_fuzz_me monkey-core-static)

set(src
  mk_check.c)

add_executable(mk_check ${src})
target_link_libraries(mk_check monkey-core-static)