2012-11-25 18:24:50 -08:00
|
|
|
project "texturec"
|
2012-06-01 19:55:56 -07:00
|
|
|
uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26"
|
|
|
|
kind "ConsoleApp"
|
|
|
|
|
|
|
|
includedirs {
|
2012-12-08 18:19:15 -08:00
|
|
|
BX_DIR .. "include",
|
2012-06-01 19:55:56 -07:00
|
|
|
BGFX_DIR .. "include",
|
|
|
|
BGFX_DIR .. "src",
|
|
|
|
}
|
|
|
|
|
|
|
|
files {
|
|
|
|
BGFX_DIR .. "src/dds.*",
|
2012-11-25 18:24:50 -08:00
|
|
|
BGFX_DIR .. "tools/texturec/**.cpp",
|
|
|
|
BGFX_DIR .. "tools/texturec/**.h",
|
2012-06-01 19:55:56 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
links {
|
2012-10-22 22:03:00 -07:00
|
|
|
-- "bgfx",
|
2012-06-01 19:55:56 -07:00
|
|
|
}
|