Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CMakeLists.txt 215B

123456
  1. SET(T1HASRC t1ha1.c
  2. t1ha2.c)
  3. ADD_LIBRARY(rspamd-t1ha STATIC ${T1HASRC})
  4. SET_TARGET_PROPERTIES(rspamd-t1ha PROPERTIES VERSION ${RSPAMD_VERSION})
  5. ADD_DEFINITIONS("-DT1HA_USE_FAST_ONESHOT_READ=0")