mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
19 lines
294 B
Lua
19 lines
294 B
Lua
|
project "ddsdump"
|
||
|
uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26"
|
||
|
kind "ConsoleApp"
|
||
|
|
||
|
includedirs {
|
||
|
BGFX_DIR .. "../bx/include",
|
||
|
BGFX_DIR .. "include",
|
||
|
BGFX_DIR .. "src",
|
||
|
}
|
||
|
|
||
|
files {
|
||
|
BGFX_DIR .. "src/dds.*",
|
||
|
BGFX_DIR .. "tools/ddsdump.cpp",
|
||
|
}
|
||
|
|
||
|
links {
|
||
|
"bgfx",
|
||
|
}
|