您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

CMakeLists.txt 269B

12345678
  1. # CDB support makefile
  2. SET(CDBSRC cdb_init.c
  3. cdb_find.c
  4. cdb_make.c)
  5. ADD_LIBRARY(rspamd-cdb STATIC ${CDBSRC})
  6. SET_TARGET_PROPERTIES(rspamd-cdb PROPERTIES VERSION ${RSPAMD_VERSION})
  7. SET_TARGET_PROPERTIES(rspamd-cdb PROPERTIES COMPILE_FLAGS "-DRSPAMD_LIB")