mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-26 03:07:41 +00:00
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)
|
if (Target.Platform == UnrealTargetPlatform.Win64)
|
||||||
{
|
{
|
||||||
// Add the import library
|
// Add the import library
|
||||||
|
PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "Include"));
|
||||||
PublicLibraryPaths.Add(Path.Combine(ModuleDirectory, "x64", "Release"));
|
PublicLibraryPaths.Add(Path.Combine(ModuleDirectory, "x64", "Release"));
|
||||||
PublicAdditionalLibraries.Add("discord-rpc.lib");
|
PublicAdditionalLibraries.Add("discord-rpc.lib");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue