forked from wieden-kennedy/Cinder-KCB2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
cinderblock.xml
38 lines (36 loc) · 1.64 KB
/
cinderblock.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cinder-KCB2"
id="com.wk.kcb2"
author="Wieden+Kennedy"
license="BSD"
summary="Kinect v2 Common Bridge block for Cinder"
git="[email protected]:wieden-kennedy/Cinder-KCB2.git"
version="0.4"
libraryUrl="www.libcinder.org"
>
<sourcePattern>src/*.cpp</sourcePattern>
<headerPattern>src/*.h</headerPattern>
<includePath>src</includePath>
<includePath>lib</includePath>
<includePath absolute="true">$(KINECTSDK20_DIR)/inc</includePath>
<platform os="msw">
<platform config="debug">
<staticLibrary>lib/$(PlatformTarget)/$(Configuration)/KCBv2.lib</staticLibrary>
<staticLibrary absolute="true">$(KINECTSDK20_DIR)/lib/$(PlatformTarget)/kinect20.lib</staticLibrary>
<staticLibrary absolute="true">$(KINECTSDK20_DIR)/lib/$(PlatformTarget)/Kinect20.Face.lib</staticLibrary>
<buildCopy>lib/$(PlatformTarget)/$(Configuration)/KCBv2.dll</buildCopy>
<buildCopy absolute="true">$(KINECTSDK20_DIR)Redist\Face\$(PlatformTarget)\Kinect20.Face.dll</buildCopy>
</platform>
<platform config="release">
<staticLibrary>lib/$(PlatformTarget)/KCBv2.lib</staticLibrary>
<staticLibrary absolute="true">$(KINECTSDK20_DIR)/lib/$(PlatformTarget)/kinect20.lib</staticLibrary>
<staticLibrary absolute="true">$(KINECTSDK20_DIR)/lib/$(PlatformTarget)/Kinect20.Face.lib</staticLibrary>
<buildCopy>lib/$(PlatformTarget)/KCBv2.dll</buildCopy>
<buildCopy absolute="true">$(KINECTSDK20_DIR)Redist\Face\$(PlatformTarget)\Kinect20.Face.dll</buildCopy>
</platform>
</platform>
</block>
<template>templates/Basic KCB2/template.xml</template>
</cinder>