X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=Build;h=85616de0de6e36f7815099c88abe758cc0ec6539;hp=06d04e0654424dd26e810538236f684ce2493d5c;hb=78598b41009aeabb7f9b4b4ddc05b68e7edd6eb6;hpb=12044b218363bdd93f9fc1b3c71167d700144e45;ds=inline diff --git a/Build b/Build index 06d04e0..85616de 100644 --- a/Build +++ b/Build @@ -4,8 +4,10 @@ package "mspvr" version "0.1"; require "mspgl"; + require "mspgui"; feature "libovr" "Support Oculus Rift through LibOVR"; + feature "openvr" "Support HTC Vive and other devices through OpenVR"; if_feature "libovr" { @@ -18,6 +20,11 @@ package "mspvr" }; }; + if_feature "openvr" + { + require "openvr"; + }; + library "mspvr" { source "source"; @@ -25,6 +32,10 @@ package "mspvr" { source "source/ovr"; }; + if_feature "openvr" + { + source "source/openvr"; + }; install true; install_map {