Browse Source

added compatibility include folder for windows (#1250)

FranekStratovarius 3 years ago
parent
commit
84816643e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/b/bgfx/xmake.lua

+ 1 - 0
packages/b/bgfx/xmake.lua

@@ -12,6 +12,7 @@ package("bgfx")
 
     if is_plat("windows") then
         add_syslinks("user32", "gdi32", "psapi")
+        add_includedirs("include", "include/compat/msvc")
     elseif is_plat("macosx") then
         add_frameworks("Metal", "QuartzCore", "Cocoa")
     elseif is_plat("linux") then