diff options
Diffstat (limited to '3rdparty/bgfx/scripts/texturev.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/texturev.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/bgfx/scripts/texturev.lua b/3rdparty/bgfx/scripts/texturev.lua index fe08f59d6d4..4443391a27d 100644 --- a/3rdparty/bgfx/scripts/texturev.lua +++ b/3rdparty/bgfx/scripts/texturev.lua @@ -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", } |