-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcinderblock.xml
34 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
34
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cinder-SocketIO"
id="com.sophiadigitalart.socketio"
author="Bruce Lane"
license="AGPL3.0"
summary="A wrapper for the SocketIO library"
version="1.0.20200530"
library="https://github.com/videodromm/Cinder-SocketIO"
url="https://github.com/videodromm/Cinder-SocketIO"
>
<supports os="macosx" />
<supports os="msw" />
<includePath>lib/rapidjson/include</includePath>
<includePath>asio/asio/include</includePath>
<includePath>lib/websocketpp</includePath>
<includePath system="true">src</includePath>
<includePath cinder="true">include/asio</includePath>
<sourcePattern>src/*.cpp</sourcePattern>
<headerPattern>src/*.h</headerPattern>
<headerPattern>src/*.hpp</headerPattern>
<sourcePattern>src/internal/*.cpp</sourcePattern>
<headerPattern>src/internal/*.h</headerPattern>
<headerPattern>src/internal/*.hpp</headerPattern>
<platform os="msw">
<libraryPath>lib/msw</libraryPath>
</platform>
</block>
<template>templates/SocketIO/template.xml</template>
</cinder>