Add entry for include folder where you have to place discord-rpc.h
This commit is contained in:
parent
7dc663a170
commit
9d4d145e7f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ public class discordrpcLibrary : ModuleRules
|
|||
if (Target.Platform == UnrealTargetPlatform.Win64)
|
||||
{
|
||||
// Add the import library
|
||||
PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "Include"));
|
||||
PublicLibraryPaths.Add(Path.Combine(ModuleDirectory, "x64", "Release"));
|
||||
PublicAdditionalLibraries.Add("discord-rpc.lib");
|
||||
|
||||
|
|
Loading…
Reference in a new issue