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 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")