diff options
author | 2018-12-05 19:45:08 +0100 | |
---|---|---|
committer | 2018-12-05 19:45:08 +0100 | |
commit | 0bd02131b644b61088789f52f31b750c9aecaa6d (patch) | |
tree | 811c679a1bba8b24fc7967cdfe73640254d64156 /3rdparty/bgfx/scripts/example-common.lua | |
parent | 9a81ec7eaf00d73a23db5c003dc45b55d4b76c4a (diff) |
3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz]
Diffstat (limited to '3rdparty/bgfx/scripts/example-common.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/example-common.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/bgfx/scripts/example-common.lua b/3rdparty/bgfx/scripts/example-common.lua index 78fe16ed1c3..976675ee746 100644 --- a/3rdparty/bgfx/scripts/example-common.lua +++ b/3rdparty/bgfx/scripts/example-common.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2017 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2018 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause -- @@ -30,8 +30,8 @@ project ("example-common") files { path.join(BGFX_DIR, "3rdparty/ib-compress/**.cpp"), path.join(BGFX_DIR, "3rdparty/ib-compress/**.h"), - path.join(BGFX_DIR, "3rdparty/ocornut-imgui/**.cpp"), - path.join(BGFX_DIR, "3rdparty/ocornut-imgui/**.h"), + path.join(BGFX_DIR, "3rdparty/dear-imgui/**.cpp"), + path.join(BGFX_DIR, "3rdparty/dear-imgui/**.h"), path.join(BGFX_DIR, "examples/common/**.cpp"), path.join(BGFX_DIR, "examples/common/**.cpp"), path.join(BGFX_DIR, "examples/common/**.h"), @@ -90,7 +90,7 @@ project ("example-common") path.join(BGFX_DIR, "examples/common/**.mm"), } - configuration { "winphone8* or winstore8* or durango"} + configuration { "winstore* or durango"} files { path.join(BGFX_DIR, "examples/common/**.cx"), } |