bgfx/premake/texturec.lua

25 lines
442 B
Lua
Raw Normal View History

2013-05-18 06:39:08 +04:00
--
-- Copyright 2010-2013 Branimir Karadzic. All rights reserved.
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
2013-02-22 09:13:56 +04:00
project "texturec"
uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26"
kind "ConsoleApp"
includedirs {
BX_DIR .. "include",
BGFX_DIR .. "include",
BGFX_DIR .. "src",
}
files {
BGFX_DIR .. "src/dds.*",
BGFX_DIR .. "tools/texturec/**.cpp",
BGFX_DIR .. "tools/texturec/**.h",
}
links {
-- "bgfx",
}