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 504B

1234567891011
  1. SET(OTTERYSRC chacha_merged.c
  2. ottery.c
  3. ottery_cpuinfo.c
  4. ottery_entropy.c
  5. ottery_global.c
  6. chacha_cryptobox.c
  7. aes_cryptobox.c)
  8. ADD_LIBRARY(ottery STATIC ${OTTERYSRC})
  9. SET(OTTERY_CFLAGS "-DBUILD_RSPAMD -DOTTERY_NO_PID_CHECK -DOTTERY_NO_INIT_CHECK -DOTTERY_NO_WIPE_STACK")
  10. set_target_properties(ottery PROPERTIES COMPILE_FLAGS "${OTTERY_CFLAGS}")