diff options
author | 2015-03-26 08:14:29 +0100 | |
---|---|---|
committer | 2015-03-26 08:14:29 +0100 | |
commit | 522a6d8c30082725de73d6af310004726b307f93 (patch) | |
tree | 2b622c71afc626abe1a772144df8de807bb9485b /3rdparty/bgfx/scripts/example-common.lua | |
parent | 8ba6abb1c0f5d0cab7778c32593cc65f87854c2e (diff) |
updated to latest 3rdparty
Diffstat (limited to '3rdparty/bgfx/scripts/example-common.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/example-common.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/bgfx/scripts/example-common.lua b/3rdparty/bgfx/scripts/example-common.lua index 6ab71ab9602..d408224e319 100644 --- a/3rdparty/bgfx/scripts/example-common.lua +++ b/3rdparty/bgfx/scripts/example-common.lua @@ -31,6 +31,12 @@ project ("example-common") } end + if _OPTIONS["with-glfw"] then + defines { + "ENTRY_CONFIG_USE_GLFW=1", + } + end + configuration { "mingw* or vs2008" } includedirs { "$(DXSDK_DIR)/include", |