mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 18:24:17 +00:00
Update premake5.lua
This commit is contained in:
@ -78,13 +78,18 @@ project "tribufu_cpp"
|
|||||||
|
|
||||||
links
|
links
|
||||||
{
|
{
|
||||||
"hv.lib"
|
"hv.lib",
|
||||||
}
|
}
|
||||||
|
|
||||||
prelinkcommands
|
prelinkcommands
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
postbuildcommands
|
||||||
|
{
|
||||||
|
"{COPYFILE} ../vendor/libhv/lib/%{cfg.platform:gsub('-', '/')}/hv.dll %{cfg.targetdir}/hv.dll",
|
||||||
|
}
|
||||||
|
|
||||||
filter { "platforms:mac-*" }
|
filter { "platforms:mac-*" }
|
||||||
kind "SharedLib"
|
kind "SharedLib"
|
||||||
system "macosx"
|
system "macosx"
|
||||||
@ -109,6 +114,10 @@ project "tribufu_cpp"
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
postbuildcommands
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
filter { "platforms:linux-*" }
|
filter { "platforms:linux-*" }
|
||||||
kind "SharedLib"
|
kind "SharedLib"
|
||||||
system "linux"
|
system "linux"
|
||||||
@ -132,6 +141,10 @@ project "tribufu_cpp"
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
postbuildcommands
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
filter { "platforms:android-*" }
|
filter { "platforms:android-*" }
|
||||||
kind "SharedLib"
|
kind "SharedLib"
|
||||||
system "android"
|
system "android"
|
||||||
@ -155,6 +168,10 @@ project "tribufu_cpp"
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
postbuildcommands
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
filter { "platforms:ios-*" }
|
filter { "platforms:ios-*" }
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
system "ios"
|
system "ios"
|
||||||
|
Reference in New Issue
Block a user