bgfx/premake/texturec.lua
2013-02-21 21:13:56 -08:00

19 lines
312 B
Lua

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",
}