Add NvCloth for Linux

This commit is contained in:
Wojtek Figat
2023-07-17 18:22:40 +02:00
parent de8613e223
commit 5012d4432e
4 changed files with 14 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ public class NvCloth : DepsModule
case TargetPlatform.Android:
case TargetPlatform.Mac:
case TargetPlatform.iOS:
case TargetPlatform.Linux:
libName = "NvCloth";
break;
case TargetPlatform.Switch: