summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/genie.lua
diff options
context:
space:
mode:
author Peter Ferrie <peter.ferrie@gmail.com>2015-03-19 20:03:44 -0700
committer Peter Ferrie <peter.ferrie@gmail.com>2015-03-19 20:03:44 -0700
commite214162b02aec342b5586d2e181deec6fdf3965b (patch)
tree0d8c886b39c62cf5127555895fb1e9557adfac46 /3rdparty/bgfx/scripts/genie.lua
parent633ab90d90ed2ae50aeddff8471eb0d8e4b42104 (diff)
parent2fa8b8d6fe1267213bcb37b24a675421cbc73b3d (diff)
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to '3rdparty/bgfx/scripts/genie.lua')
-rw-r--r--3rdparty/bgfx/scripts/genie.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/3rdparty/bgfx/scripts/genie.lua b/3rdparty/bgfx/scripts/genie.lua
index 9056714240e..9f7888a2a70 100644
--- a/3rdparty/bgfx/scripts/genie.lua
+++ b/3rdparty/bgfx/scripts/genie.lua
@@ -84,13 +84,14 @@ function exampleProject(_name)
end
includedirs {
- path.join(BX_DIR, "include"),
+ path.join(BX_DIR, "include"),
path.join(BGFX_DIR, "include"),
path.join(BGFX_DIR, "3rdparty"),
path.join(BGFX_DIR, "examples/common"),
}
files {
+ path.join(BGFX_DIR, "examples", _name, "**.c"),
path.join(BGFX_DIR, "examples", _name, "**.cpp"),
path.join(BGFX_DIR, "examples", _name, "**.h"),
}
@@ -308,6 +309,7 @@ exampleProject("21-deferred")
exampleProject("22-windows")
exampleProject("23-vectordisplay")
exampleProject("24-nbody")
+exampleProject("25-c99")
if _OPTIONS["with-shared-lib"] then
group "libs"