aboutsummaryrefslogtreecommitdiffstats
path: root/src/json/CMakeLists.txt
blob: 1f61d55a3dd709d2404ad3b615c090b234d7a153 (plain)
1
2
3
4
5
6
7
8
9
10
# Json support makefile
SET(JSONSRC				dump.c
						hashtable.c
						load.c
						strbuffer.c
						utf.c
						value.c)

ADD_LIBRARY(rspamd_json STATIC ${JSONSRC})
SET_TARGET_PROPERTIES(rspamd_json PROPERTIES COMPILE_FLAGS "-DRSPAMD_LIB")