-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcinderblock.xml
More file actions
35 lines (32 loc) · 1.17 KB
/
cinderblock.xml
File metadata and controls
35 lines (32 loc) · 1.17 KB
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
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cinder-VR"
id="org.libcinder.cindervr"
author=""
license=""
summary=""
url="https://github.com/cinder/Cinder-VR"
git="git://github.com/cinder/Cinder-VR.git"
>
<supports os="msw"/>
<includePath>include</includePath>
<includePath>ext/LibOVR/Include</includePath>
<includePath>ext/OpenVR/headers</includePath>
<headerPattern>include/cinder/vr/*.h</headerPattern>
<headerPattern>include/cinder/vr/oculus/*.h</headerPattern>
<headerPattern>include/cinder/vr/openvr/*.h</headerPattern>
<platform os="msw">
<platform config="debug">
<staticLibrary>lib/msw/$(PlatformTarget)/cinder-vr-$(PlatformToolset)_d.lib</staticLibrary>
</platform>
<platform config="release">
<staticLibrary>lib/msw/$(PlatformTarget)/cinder-vr-$(PlatformToolset).lib</staticLibrary>
</platform>
<libraryPath>ext/LibOVR/Lib/Windows/$(Platform)/Release/VS2013</libraryPath>
<libraryPath>ext/OpenVR/lib/msw/$(PlatformTarget)</libraryPath>
<buildCopy>ext/OpenVR/bin/msw/$(PlatformTarget)/openvr_api.dll</buildCopy>
<buildCopy>ext/OpenVR/bin/msw/$(PlatformTarget)/openvr_api.pdb</buildCopy>
</platform>
</block>
</cinder>