Add libhv and test http client

This commit is contained in:
Guilherme Werner
2023-12-03 16:38:19 -03:00
parent 7297e2e383
commit 4fb0abd834
102 changed files with 60661 additions and 26 deletions

View File

@ -25,12 +25,13 @@ project "tribufu_cpp"
includedirs
{
"../include",
"../vendor",
"../vendor/*/include",
}
libdirs
{
"../bin/%{cfg.platform:gsub('-', '/')}",
"../vendor/*/lib/%{cfg.platform:gsub('-', '/')}",
}
-- Profile
@ -77,6 +78,7 @@ project "tribufu_cpp"
links
{
"hv.lib"
}
prelinkcommands