1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Protect against fast flooding from the same ip.

This commit is contained in:
King_DuckZ 2017-05-11 09:48:18 +01:00
parent f4991dfd5f
commit 9e63a648a1
5 changed files with 1507 additions and 1 deletions

View file

@ -1,4 +1,4 @@
project(tawashi_implem LANGUAGES CXX)
project(tawashi_implem LANGUAGES CXX C)
find_package(Boost 1.53.0 REQUIRED COMPONENTS program_options filesystem system)
find_package(SourceHighlight REQUIRED)
@ -23,6 +23,7 @@ add_library(${PROJECT_NAME} STATIC
list_highlight_langs.cpp
settings_bag.cpp
sanitized_utf8.cpp
tiger.c
)
target_include_directories(${PROJECT_NAME}