mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
14 lines
307 B
Lua
14 lines
307 B
Lua
project "makedisttex"
|
|
uuid "b0561b30-91bb-11e1-b06e-023ad46e7d26"
|
|
kind "ConsoleApp"
|
|
|
|
includedirs {
|
|
BGFX_DIR .. "../bx/include",
|
|
BGFX_DIR .. "3rdparty/edtaa3",
|
|
BGFX_DIR .. "3rdparty/stb_image",
|
|
}
|
|
|
|
files {
|
|
BGFX_DIR .. "3rdparty/edtaa3/**",
|
|
BGFX_DIR .. "tools/makedisttex.cpp",
|
|
}
|