maint(stats_handler): refactor code (#94)

This commit is contained in:
2024-08-29 18:17:50 +02:00
committed by GitHub
parent 3b11b9bab9
commit 268e3961e7
24 changed files with 98 additions and 52 deletions

View File

@ -27,6 +27,7 @@ end
function libtomcrypt.project()
project "libtomcrypt"
language "C"
cdialect "C89"
libtomcrypt.includes()
libtommath.import()

View File

@ -30,6 +30,7 @@ end
function libtommath.project()
project "libtommath"
language "C"
cdialect "C89"
libtommath.includes()
@ -46,10 +47,6 @@ function libtommath.project()
"_USRDLL"
}
linkoptions {
"-IGNORE:4221"
}
warnings "Off"
kind "StaticLib"
end

2
deps/rapidjson vendored

2
deps/zlib vendored

Submodule deps/zlib updated: 0f51fb4933...545f194963