mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 20:14:18 +00:00
* Add libhv and test http client * Remove cpp-httplib * Update premake5.lua * Update client.cpp * Update premake5.lua * Add more windows libs * Use mintaka http client
12 lines
85 B
PowerShell
12 lines
85 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
if ($IsWindows)
|
|
{
|
|
}
|
|
elseif ($IsMacOS)
|
|
{
|
|
}
|
|
elseif ($IsLinux)
|
|
{
|
|
}
|