You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 254B

1234567891011
  1. SET(LIBRDNSSRC util.c
  2. logger.c
  3. compression.c
  4. punycode.c
  5. curve.c
  6. parse.c
  7. packet.c
  8. resolver.c)
  9. ADD_LIBRARY(rdns STATIC ${LIBRDNSSRC})
  10. SET_TARGET_PROPERTIES(rdns PROPERTIES COMPILE_FLAGS "-DUSE_RSPAMD_CRYPTOBOX")