bgfx/scripts/makedisttex.lua

21 lines
457 B
Lua
Raw Normal View History

2013-05-17 22:39:08 -04:00
--
2014-02-11 01:07:04 -05:00
-- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
2013-05-17 22:39:08 -04:00
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
2013-02-22 00:13:56 -05:00
project "makedisttex"
uuid "b0561b30-91bb-11e1-b06e-023ad46e7d26"
kind "ConsoleApp"
includedirs {
BX_DIR .. "include",
BGFX_DIR .. "3rdparty/edtaa3",
BGFX_DIR .. "3rdparty/stb_image",
}
files {
BGFX_DIR .. "3rdparty/edtaa3/**.cpp",
BGFX_DIR .. "3rdparty/edtaa3/**.h",
BGFX_DIR .. "tools/makedisttex.cpp",
}