mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 19:54:18 +00:00
Add libhv and test http client
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user