2012-11-26 06:24:50 +04:00
|
|
|
project "texturec"
|
2012-06-02 06:55:56 +04:00
|
|
|
uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26"
|
|
|
|
kind "ConsoleApp"
|
|
|
|
|
|
|
|
includedirs {
|
|
|
|
BGFX_DIR .. "../bx/include",
|
|
|
|
BGFX_DIR .. "include",
|
|
|
|
BGFX_DIR .. "src",
|
|
|
|
}
|
|
|
|
|
|
|
|
files {
|
|
|
|
BGFX_DIR .. "src/dds.*",
|
2012-11-26 06:24:50 +04:00
|
|
|
BGFX_DIR .. "tools/texturec/**.cpp",
|
|
|
|
BGFX_DIR .. "tools/texturec/**.h",
|
2012-06-02 06:55:56 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
links {
|
2012-10-23 09:03:00 +04:00
|
|
|
-- "bgfx",
|
2012-06-02 06:55:56 +04:00
|
|
|
}
|