Update premake5.lua

This commit is contained in:
Guilherme Werner
2023-12-03 18:23:29 -03:00
parent 32e59d354b
commit fee80438a8

View File

@ -78,13 +78,18 @@ project "tribufu_cpp"
links
{
"hv.lib"
"hv.lib",
}
prelinkcommands
{
}
postbuildcommands
{
"{COPYFILE} ../vendor/libhv/lib/%{cfg.platform:gsub('-', '/')}/hv.dll %{cfg.targetdir}/hv.dll",
}
filter { "platforms:mac-*" }
kind "SharedLib"
system "macosx"
@ -109,6 +114,10 @@ project "tribufu_cpp"
{
}
postbuildcommands
{
}
filter { "platforms:linux-*" }
kind "SharedLib"
system "linux"
@ -132,6 +141,10 @@ project "tribufu_cpp"
{
}
postbuildcommands
{
}
filter { "platforms:android-*" }
kind "SharedLib"
system "android"
@ -155,6 +168,10 @@ project "tribufu_cpp"
{
}
postbuildcommands
{
}
filter { "platforms:ios-*" }
kind "StaticLib"
system "ios"