apply third-party modules fixes

This commit is contained in:
Mamadou Babaei
2025-11-18 03:23:20 +01:00
parent 83a20f038d
commit 3056314579
16 changed files with 67 additions and 13 deletions
@@ -43,7 +43,7 @@ public class SGCommonThirdPartyLibs : ModuleRules
{
public SGCommonThirdPartyLibs(ReadOnlyTargetRules Target) : base(Target)
{
Type = ModuleType.External;
Type = ModuleType.External;
string ThirdPartyDirectory = Path.GetFullPath(Path.Combine(ModuleDirectory, ".."));
string LibraryPath = Path.GetFullPath(Path.Combine(ThirdPartyDirectory, "lib"));