summaryrefslogtreecommitdiffstats
path: root/src/json/CMakeLists.txt
blob: e0f33c5020bd78c97bd9226ef98f22ce774befb1 (plain)
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})