-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcinderblock.xml
33 lines (29 loc) · 890 Bytes
/
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-RPLidar"
id="solid-jellyfish.cinder.lidar"
author="Seph Li"
license="GNU"
summary="A Cinder block that talks to RPLidar."
url="https://github.com/seph14/Cinder-RPLidar"
>
<supports os="msw" />
<includePath>include</includePath>
<includePath>include/hal</includePath>
<includePath>src</includePath>
<headerPattern>include/*.h</headerPattern>
<headerPattern>src/*.h</headerPattern>
<headerPattern>src/hal/*.h</headerPattern>
<source>src/rplidar_driver.cpp</source>
<source>src/hal/thread.cpp</source>
<platform os="macosx">
<headerPattern>src/arch/macOS/*.h</headerPattern>
<sourcePattern>src/arch/macOS/*.cpp</sourcePattern>
</platform>
<platform os="msw">
<headerPattern>src/arch/win32/*.h</headerPattern>
<sourcePattern>src/arch/win32/*.cpp</sourcePattern>
</platform>
</block>
</cinder>