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