aboutsummaryrefslogtreecommitdiffstats
path: root/src/evdns/CMakeLists.txt
blob: 798ece9ccf8b259c5f9857c92f7011b84e75daf4 (plain)
1
2
3
4
# Evdns port to support TXT records
SET(EVDNSSRC			  evdns.c)

ADD_LIBRARY(rspamd_evdns STATIC ${EVDNSSRC})