diff options
author | 2015-03-19 08:40:37 +0100 | |
---|---|---|
committer | 2015-03-19 08:40:37 +0100 | |
commit | 43f92ea260b61c8e22ab0e2f6eff40eacf4dc19f (patch) | |
tree | 27e87084b82a5ec7ecd02ff82050989007053a9c /3rdparty/bgfx/scripts/genie.lua | |
parent | 0c58c7212c5d52b9bd94191b328177c426d39495 (diff) |
update 3rdparty (nw)
Diffstat (limited to '3rdparty/bgfx/scripts/genie.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/genie.lua | 4 |
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" |