mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Added bimg dependency.
This commit is contained in:
@@ -6,6 +6,7 @@ project ("texturev")
|
||||
|
||||
includedirs {
|
||||
path.join(BX_DIR, "include"),
|
||||
path.join(BIMG_DIR, "include"),
|
||||
path.join(BGFX_DIR, "include"),
|
||||
path.join(BGFX_DIR, "3rdparty"),
|
||||
path.join(BGFX_DIR, "examples/common"),
|
||||
@@ -19,6 +20,8 @@ project ("texturev")
|
||||
|
||||
links {
|
||||
"example-common",
|
||||
"bimg_decode",
|
||||
"bimg",
|
||||
"bgfx",
|
||||
"bx",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user