Skip to content

Commit

Permalink
πŸ‚ UWP sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
wobbier committed Aug 16, 2024
1 parent a358648 commit c17fd23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/BaseProject.sharpmake.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ public virtual void ConfigureUWP(Configuration conf, CommonTarget target)
conf.Defines.Add("DEFINE_ME_PLATFORM_UWP");
conf.Defines.Add("USE_OPTICK=0");

conf.LibraryPaths.Add("C:\\Program Files (x86)\\Windows Kits\\10\\UnionMetadata");

conf.Options.Add(
new Options.Vc.Compiler.DisableSpecificWarnings(
"4201",
Expand Down

0 comments on commit c17fd23

Please sign in to comment.