aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs b/Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs
index b1fadbf..9a44a8c 100644
--- a/Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs
+++ b/Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs
@@ -87,8 +87,7 @@ namespace UnrealBuildTool.Rules
string DllName = Path.Combine(DllPath, "GfeSDK.dll");
string LibFilePath = Path.Combine(LibFullPath, "GfeSDK.lib");
- PublicLibraryPaths.Add(LibFullPath);
- PublicAdditionalLibraries.Add("GfeSDK.lib");
+ PublicAdditionalLibraries.Add(LibFilePath);
PublicDelayLoadDLLs.Add("GfeSDK.dll");
RuntimeDependencies.Add(DllName);