mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 23:44:19 +00:00
Add libhv and test http client
This commit is contained in:
@ -20,7 +20,7 @@ project "example"
|
||||
includedirs
|
||||
{
|
||||
"../include",
|
||||
"../vendor",
|
||||
"../vendor/*/include",
|
||||
}
|
||||
|
||||
libdirs
|
||||
@ -75,6 +75,11 @@ project "example"
|
||||
{
|
||||
}
|
||||
|
||||
postbuildcommands
|
||||
{
|
||||
"{COPYFILE} ../vendor/libhv/lib/%{cfg.platform:gsub('-', '/')}/hv.dll %{cfg.targetdir}/hv.dll",
|
||||
}
|
||||
|
||||
filter { "platforms:mac-*" }
|
||||
system "macosx"
|
||||
systemversion "10.15"
|
||||
|
Reference in New Issue
Block a user