From 0bd02131b644b61088789f52f31b750c9aecaa6d Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Wed, 5 Dec 2018 19:45:08 +0100 Subject: 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] --- 3rdparty/bimg/scripts/bimg.lua | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '3rdparty/bimg/scripts/bimg.lua') diff --git a/3rdparty/bimg/scripts/bimg.lua b/3rdparty/bimg/scripts/bimg.lua index b1f56d1d225..a70460ef092 100644 --- a/3rdparty/bimg/scripts/bimg.lua +++ b/3rdparty/bimg/scripts/bimg.lua @@ -1,8 +1,18 @@ -- --- Copyright 2010-2017 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2018 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bx#license-bsd-2-clause -- +function filesexist(_srcPath, _dstPath, _files) + for _, file in ipairs(_files) do + file = path.getrelative(_srcPath, file) + local filePath = path.join(_dstPath, file) + if not os.isfile(filePath) then return false end + end + + return true +end + project "bimg" kind "StaticLib" @@ -14,6 +24,7 @@ project "bimg" files { path.join(BIMG_DIR, "include/**"), path.join(BIMG_DIR, "src/image.*"), + path.join(BIMG_DIR, "src/image_gnf.cpp"), } configuration { "linux-*" } -- cgit v1.2.3-70-g09d2