13 lines
231 B
C#
13 lines
231 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using UnrealBuildTool;
|
|
using System.IO;
|
|
using EpicGames.Core;
|
|
|
|
public class ArmlibGPUInfo : ModuleRules
|
|
{
|
|
public ArmlibGPUInfo(ReadOnlyTargetRules Target) : base(Target)
|
|
{
|
|
}
|
|
}
|