mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
20 lines
398 B
Lua
20 lines
398 B
Lua
|
--
|
||
|
-- Copyright 2010-2013 Branimir Karadzic. All rights reserved.
|
||
|
-- License: http://www.opensource.org/licenses/BSD-2-Clause
|
||
|
--
|
||
|
|
||
|
project ("common")
|
||
|
uuid ("21cc0e26-bf62-11e2-a01e-0291bd4c8125")
|
||
|
kind "StaticLib"
|
||
|
|
||
|
includedirs {
|
||
|
BX_DIR .. "include",
|
||
|
BGFX_DIR .. "include",
|
||
|
BGFX_DIR .. "3rdparty",
|
||
|
}
|
||
|
|
||
|
files {
|
||
|
BGFX_DIR .. "examples/common/**.cpp",
|
||
|
BGFX_DIR .. "examples/common/**.h",
|
||
|
}
|