mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed assert macros, and improved error handling.
This commit is contained in:
@@ -8,7 +8,6 @@ project "texturec"
|
||||
kind "ConsoleApp"
|
||||
|
||||
includedirs {
|
||||
path.join(BX_DIR, "include"),
|
||||
path.join(BIMG_DIR, "include"),
|
||||
path.join(BGFX_DIR, "include"),
|
||||
path.join(BIMG_DIR, "3rdparty/iqa/include"),
|
||||
@@ -22,9 +21,10 @@ project "texturec"
|
||||
"bimg_decode",
|
||||
"bimg_encode",
|
||||
"bimg",
|
||||
"bx",
|
||||
}
|
||||
|
||||
using_bx()
|
||||
|
||||
configuration { "mingw-*" }
|
||||
targetextension ".exe"
|
||||
links {
|
||||
|
||||
Reference in New Issue
Block a user