diff options
Diffstat (limited to '3rdparty/bgfx/scripts/genie.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/bgfx/scripts/genie.lua b/3rdparty/bgfx/scripts/genie.lua index 97fe1403013..5ae3b4f73f1 100644 --- a/3rdparty/bgfx/scripts/genie.lua +++ b/3rdparty/bgfx/scripts/genie.lua @@ -422,6 +422,7 @@ exampleProject("24-nbody") exampleProject("26-occlusion") exampleProject("27-terrain") exampleProject("28-wireframe") +exampleProject("29-debugdraw") -- C99 source doesn't compile under WinRT settings if not premake.vstudio.iswinrt() then |