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

12345678
  1. SET(HTTPSRC http_parser.c)
  2. SET(HTTP_COMPILE_FLAGS "-DRSPAMD_LIB")
  3. ADD_LIBRARY(rspamd-http-parser STATIC ${HTTPSRC})
  4. SET_TARGET_PROPERTIES(rspamd-http-parser PROPERTIES VERSION ${RSPAMD_VERSION})
  5. SET_TARGET_PROPERTIES(rspamd-http-parser PROPERTIES COMPILE_FLAGS "${HTTP_COMPILE_FLAGS}")