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

123456789
  1. SET(LPEGSRC lpcap.c
  2. lpcode.c
  3. lpprint.c
  4. lptree.c
  5. lpvm.c)
  6. SET(LIB_TYPE STATIC)
  7. ADD_LIBRARY(rspamd-lpeg ${LIB_TYPE} ${LPEGSRC})
  8. set_target_properties(rspamd-lpeg PROPERTIES COMPILE_FLAGS "${LPEG_CFLAGS}")