1 2 3 4 5 6 7 8 9
# Json support makefile SET(JSONSRC dump.c hashtable.c load.c strbuffer.c utf.c value.c) ADD_LIBRARY(rspamd_json STATIC ${JSONSRC})