Merge branch 'master' of cane:bkaradzic/bgfx

This commit is contained in:
Branimir Karadžić
2016-04-04 22:09:10 -07:00
15 changed files with 33 additions and 44 deletions

View File

@@ -57,6 +57,17 @@ function bgfxProject(_name, _kind, _defines)
includedirs {
"$(OVR_DIR)/LibOVR/Include",
}
configuration { "x32" }
libdirs { path.join("$(OVR_DIR)/LibOVR/Lib/Windows/Win32/Release", _ACTION) }
configuration { "x64" }
libdirs { path.join("$(OVR_DIR)/LibOVR/Lib/Windows/x64/Release", _ACTION) }
configuration { "x32 or x64" }
links { "libovr" }
configuration {}
end
configuration { "Debug" }