mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 14:44:21 +00:00
Update premake5.lua
This commit is contained in:
@ -77,7 +77,6 @@ project "example"
|
|||||||
|
|
||||||
postbuildcommands
|
postbuildcommands
|
||||||
{
|
{
|
||||||
"{COPYFILE} ../vendor/libhv/lib/%{cfg.platform:gsub('-', '/')}/hv.dll %{cfg.targetdir}/hv.dll",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
filter { "platforms:mac-*" }
|
filter { "platforms:mac-*" }
|
||||||
@ -102,6 +101,10 @@ project "example"
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
postbuildcommands
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
filter { "platforms:linux-*" }
|
filter { "platforms:linux-*" }
|
||||||
system "linux"
|
system "linux"
|
||||||
|
|
||||||
@ -123,6 +126,10 @@ project "example"
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
postbuildcommands
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
filter { "platforms:android-*" }
|
filter { "platforms:android-*" }
|
||||||
system "android"
|
system "android"
|
||||||
|
|
||||||
@ -144,6 +151,10 @@ project "example"
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
postbuildcommands
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
filter { "platforms:ios-*" }
|
filter { "platforms:ios-*" }
|
||||||
system "ios"
|
system "ios"
|
||||||
systemversion "13.0"
|
systemversion "13.0"
|
||||||
|
Reference in New Issue
Block a user