diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/librdns/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/librdns/CMakeLists.txt b/contrib/librdns/CMakeLists.txt new file mode 100644 index 0000000..a5733e6 --- /dev/null +++ b/contrib/librdns/CMakeLists.txt @@ -0,0 +1,11 @@ +SET(LIBRDNSSRC util.c + logger.c + compression.c + punycode.c + curve.c + parse.c + packet.c + resolver.c) + +ADD_LIBRARY(rdns STATIC ${LIBRDNSSRC}) +SET_TARGET_PROPERTIES(rdns PROPERTIES COMPILE_FLAGS "-DUSE_RSPAMD_CRYPTOBOX")
\ No newline at end of file |