-
Notifications
You must be signed in to change notification settings - Fork 0
/
cinderblock.xml
executable file
·33 lines (31 loc) · 1.03 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
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cinder-URG"
id="com.say-nono.cinder.urg"
git="[email protected]:saynono/Cinder-URG.git"
author="Vincent Rebers"
license="Modified BSD License"
library="https://sourceforge.net/projects/urgnetwork/files/urg_library/"
url="https://say-nono.com/"
summary="Use URG for cinder."
>
<supports os="macosx" />
<copyExclude>samples</copyExclude>
<!-- <sourcePattern>lib/urg/src/*.c</sourcePattern> -->
<headerPattern>lib/urg/include/*.h</headerPattern>
<header>include/UrgController.h</header>
<source>src/UrgController.cpp</source>
<source>lib/urg/src/urg_ticks.c</source>
<source>lib/urg/src/urg_errno.c</source>
<source>lib/urg/src/urg_delay.c</source>
<source>lib/urg/src/urg_ctrl.c</source>
<source>lib/urg/src/serial_utils.c</source>
<source>lib/urg/src/serial_ctrl.c</source>
<source>lib/urg/src/scip_handler.c</source>
<source>lib/urg/src/ring_buffer.c</source>
<platform os="macosx">
</platform>
</block>
<template>templates/Basic GL/template.xml</template>
</cinder>