-
Notifications
You must be signed in to change notification settings - Fork 22
/
cinderblock.xml
35 lines (35 loc) · 1.08 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
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="LeapMotion"
id="leapmotion.bantherewind.com"
author="Stephen Schieberl"
git="git://github.com/BanTheRewind/Cinder-LeapMotion.git"
summary=""
libraryUrl="https://developer.leapmotion.com/"
version="2.3.1+31549"
>
<supports os="macosx" />
<supports os="msw" />
<source>src/Cinder-LeapMotion.cpp</source>
<header>src/Cinder-LeapMotion.h</header>
<header>src/Leap.h</header>
<header>src/LeapMath.h</header>
<includePath>src</includePath>
<platform os="macosx">
<dynamicLibrary>lib/macosx/libLeap.dylib</dynamicLibrary>
<buildCopy>lib/macosx/libLeap.dylib</buildCopy>
</platform>
<platform os="msw">
<platform config="debug">
<buildCopy>lib/msw/$(PlatformTarget)/Leap.dll</buildCopy>
<staticLibrary>lib/msw/$(PlatformTarget)/Leap.lib</staticLibrary>
</platform>
<platform config="release">
<buildCopy>lib/msw/$(PlatformTarget)/Leap.dll</buildCopy>
<staticLibrary>lib/msw/$(PlatformTarget)/Leap.lib</staticLibrary>
</platform>
</platform>
</block>
<template>templates/Basic GL/template.xml</template>
</cinder>