-
Notifications
You must be signed in to change notification settings - Fork 6
/
cinderblock.xml
33 lines (29 loc) · 1.17 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="Serial"
id="com.chordedconstructions.cinder-serial"
git="https://github.com/pizthewiz/Cinder-Serial.git"
author="Jean-Pierre Mouilleseaux, William Woodall, John Harrison"
summary="Alternate serial handling"
version="1.2.1"
url="https://github.com/pizthewiz/Cinder-Serial"
library="http://wjwwood.github.com/serial/"
>
<supports os="macosx" />
<supports os="msw" />
<includePath>include</includePath>
<includePath system="true">lib/serial/include</includePath>
<includePath>lib/serial/include/serial</includePath>
<includePath>lib/serial/include</includePath>
<header>include/Cinder-Serial.h</header>
<header>include/SerialDevice.h</header>
<source>src/SerialDevice.cpp</source>
<headerPattern>lib/serial/include/serial/impl/*.h</headerPattern>
<headerPattern>lib/serial/include/serial/*.h</headerPattern>
<sourcePattern>lib/serial/src/impl/list_ports/*.cc</sourcePattern>
<sourcePattern>lib/serial/src/impl/*.cc</sourcePattern>
<sourcePattern>lib/serial/src/*.cc</sourcePattern>
<copyExclude>samples</copyExclude>
</block>
</cinder>