mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 13:03:05 +01:00
Switching to genie.
This commit is contained in:
28
scripts/example-common.lua
Normal file
28
scripts/example-common.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
--
|
||||
-- Copyright 2010-2014 Branimir Karadzic. All rights reserved.
|
||||
-- License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
--
|
||||
|
||||
project ("example-common")
|
||||
uuid ("21cc0e26-bf62-11e2-a01e-0291bd4c8125")
|
||||
kind "StaticLib"
|
||||
|
||||
includedirs {
|
||||
BX_DIR .. "include",
|
||||
BGFX_DIR .. "include",
|
||||
BGFX_DIR .. "3rdparty",
|
||||
}
|
||||
|
||||
defines {
|
||||
-- "ENTRY_CONFIG_USE_SDL=1",
|
||||
}
|
||||
|
||||
files {
|
||||
BGFX_DIR .. "examples/common/**.cpp",
|
||||
BGFX_DIR .. "examples/common/**.h",
|
||||
}
|
||||
|
||||
configuration { "xcode4" }
|
||||
includedirs {
|
||||
BX_DIR .. "include/compat/osx",
|
||||
}
|
||||
Reference in New Issue
Block a user