forked from HipsterSloth/PSMoveSteamVRBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
54 lines (50 loc) · 1.4 KB
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# PSMoveSteamVR VS Specific
driver.version=1.6.0
# Build type < Debug | Release >
build.type=Release
# CMake build generator tools : https://cmake.org/cmake/help/v3.11/manual/cmake-generators.7.html
#
# Makefile Generators:
# Borland Makefiles
# MSYS Makefiles
# MinGW Makefiles
# NMake Makefiles
# NMake Makefiles JOM
# Unix Makefiles
# Watcom WMake
#
# Visual Studio Generators:
# Visual Studio 6 Win64
# Visual Studio 7 Win64
# Visual Studio 7 .NET 2003 Win64
# Visual Studio 8 2005 Win64
# Visual Studio 9 2008 Win64
# Visual Studio 10 2010 Win64
# Visual Studio 11 2012 Win64
# Visual Studio 12 2013 Win64
# Visual Studio 14 2015 Win64
# Visual Studio 15 2017 Win64
#
# Ninja Generator:
# Ninja
#
# Other Generators:
# Green Hills MULTI
# Xcode
#
# Extra Generators:
# CodeBlocks
# CodeLite
# Eclipse CDT4
# Kate
# Sublime Text 2
cmake.build.generator.windows=Visual Studio 14 2015 Win64
cmake.build.generator.linux=Unix Makefiles
cmake.build.generator.OSX=Xcode
# Dependencies
psmoveservice.package.name=psmoveservice-sdk
psmoveservice.package.url=https://github.com/cboulay/PSMoveService/releases/download/v0.9-alpha9.0.1/PSMoveService_0.9_alpha9.0.1.zip
psmoveservice.package.version=v0.9-alpha9.0.1
openvr.package.name=openvr-sdk
openvr.package.url=https://github.com/ValveSoftware/openvr/archive/v1.0.17.zip
openvr.pacakge.version=v1.0.17