forked from vtron/Cinder-Text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcinderblock.xml
27 lines (27 loc) · 878 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
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cairo"
id="org.libcinder.cairo"
author="Cinder Project"
summary="Cairo support for Mac OS X and Windows."
>
<supports os="msw" />
<supports os="macosx" />
<includePath>include</includePath>
<source>src/Cairo.cpp</source>
<header>include/cinder/cairo/Cairo.h</header>
<platform os="macosx">
<staticLibrary>lib/macosx/libcairo.a</staticLibrary>
<staticLibrary>lib/macosx/libpixman-1.a</staticLibrary>
<staticLibrary>lib/macosx/libpng16.a</staticLibrary>
<includePath system="true">include/macosx</includePath>
</platform>
<platform os="msw">
<staticLibrary>lib/msw/x86/cairo-static.lib</staticLibrary>
<staticLibrary>lib/msw/x86/pixman-1.lib</staticLibrary>
<staticLibrary absolute="true">libpng.lib</staticLibrary>
<includePath>include/msw</includePath>
</platform>
</block>
</cinder>