Skip to content

Commit

Permalink
[Rework] Rewrite rspamc in C++
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jun 7, 2022
1 parent 37f39fc commit e4923aa
Show file tree
Hide file tree
Showing 3 changed files with 2,089 additions and 2,130 deletions.
2 changes: 1 addition & 1 deletion src/client/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@
SET(LIBRSPAMDCLIENTSRC rspamdclient.c)

# rspamc
SET(RSPAMCSRC rspamc.c)
SET(RSPAMCSRC rspamc.cxx)

ADD_EXECUTABLE(rspamc ${RSPAMCSRC} ${LIBRSPAMDCLIENTSRC})
SET_TARGET_PROPERTIES(rspamc PROPERTIES COMPILE_FLAGS "-I${CMAKE_SOURCE_DIR}/lib")
Expand Down

0 comments on commit e4923aa

Please sign in to comment.