diff options
Diffstat (limited to 'Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs')
| -rw-r--r-- | Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs b/Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs index c02d984..b1fadbf 100644 --- a/Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs +++ b/Source/NVIDIAGfeSDK/NVIDIAGfeSDK.Build.cs @@ -30,7 +30,6 @@ namespace UnrealBuildTool.Rules {
PublicIncludePaths.AddRange(
new string[] {
- "NVIDIAGfeSDK/Public",
ThirdPartyPath + "NVIDIAGfeSDK/Include",
ThirdPartyPath + "NVIDIAGfeSDK/Include/gfesdk",
// ... add public include paths required here ...
@@ -39,8 +38,6 @@ namespace UnrealBuildTool.Rules PrivateIncludePaths.AddRange(
new string[] {
- "NVIDIAGfeSDK/Private",
- //Path.Combine(ThirdPartyPath, "NVIDIAGfeSDK", "Include"),
ThirdPartyPath + "NVIDIAGfeSDK/Include",
ThirdPartyPath + "NVIDIAGfeSDK/Include/gfesdk",
// ... add other private include paths required here ...
|