summaryrefslogtreecommitdiff
path: root/build3
diff options
context:
space:
mode:
authorerwin coumans <erwincoumans@google.com>2016-06-30 16:03:38 -0700
committererwin coumans <erwincoumans@google.com>2016-06-30 16:03:38 -0700
commit58206b7962d905982fa57d236182a3d0c1829796 (patch)
treeaabd72a993dd0c43aabe7a384e57099108dc323a /build3
parenteae90eb201cfe58a4311d717abe24f7dcc395e1d (diff)
downloadbullet3-58206b7962d905982fa57d236182a3d0c1829796.tar.gz
Add preliminary support for VR/OpenVR for HTC Vive and Oculus Rift,
(Windows-only first, later Linux and OSX) Use premake to build, use --enable_openvr flag
Diffstat (limited to 'build3')
-rw-r--r--build3/premake4.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/build3/premake4.lua b/build3/premake4.lua
index ae83944d4..4bfb35d28 100644
--- a/build3/premake4.lua
+++ b/build3/premake4.lua
@@ -31,6 +31,11 @@
newoption
{
+ trigger = "enable_openvr",
+ description = "Enable experimental Virtual Reality examples, using OpenVR for HTC Vive and Oculus Rift"
+ }
+ newoption
+ {
trigger = "enable_system_x11",
description = "Try to link and use system X11 headers instead of dynamically loading X11 (dlopen is default)"
}