mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
19 lines
414 B
Lua
19 lines
414 B
Lua
--
|
|
-- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
|
|
-- License: http://www.opensource.org/licenses/BSD-2-Clause
|
|
--
|
|
|
|
project "makedisttex"
|
|
uuid "b0561b30-91bb-11e1-b06e-023ad46e7d26"
|
|
kind "ConsoleApp"
|
|
|
|
includedirs {
|
|
BX_DIR .. "include",
|
|
BGFX_DIR .. "3rdparty",
|
|
}
|
|
|
|
files {
|
|
BGFX_DIR .. "3rdparty/edtaa3/**.cpp",
|
|
BGFX_DIR .. "3rdparty/edtaa3/**.h",
|
|
BGFX_DIR .. "tools/makedisttex.cpp",
|
|
}
|