Successfully compiled and working on Win32 + tested on steam deck
This commit is contained in:
parent
47008fcefe
commit
e5cca6b23f
19 changed files with 311 additions and 186 deletions
|
@ -9,7 +9,7 @@ public class HarmonyLink : ModuleRules
|
|||
{
|
||||
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
|
||||
|
||||
IWYUSupport = IWYUSupport.Full;
|
||||
//IWYUSupport = IWYUSupport.Full;
|
||||
|
||||
PublicIncludePaths.AddRange(
|
||||
new string[] {
|
||||
|
@ -31,6 +31,8 @@ public class HarmonyLink : ModuleRules
|
|||
"Core",
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
|
||||
"HarmonyLinkLib",
|
||||
// ... add other public dependencies that you statically link with here ...
|
||||
}
|
||||
);
|
||||
|
@ -40,7 +42,6 @@ public class HarmonyLink : ModuleRules
|
|||
new string[]
|
||||
{
|
||||
// ... add private dependencies that you statically link with here ...
|
||||
"HarmonyLinkLib",
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue