-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.xml
35 lines (25 loc) · 946 Bytes
/
install.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
35
<install>
<name>ofxPSMove</name>
<version>0.01</version>
<author>james kong</author>
<url></url>
<add>
<!-- ===================================================================== -->
<!-- ========================== add per project using this addon ========= -->
<!-- ===================================================================== -->
<src>
<folder name="addons/ofxPSMove/src">
<file>../../../addons/ofxPSMove/src/ofxPSMove.h</file>
<file>../../../addons/ofxPSMove/src/ofxPSMove.cpp</file>
</folder>
</src>
<include>
<path>../../../addons/ofxPSMove/src</path>
<path>../../../addons/ofxPSMove/include</path>
</include>
<link>
<lib os="mac" compiler="xcode">../../../addons/ofxPSMove/libs/libpsmoveapi.2.0.0.dylib</lib>
<lib os="mac" compiler="xcode">../../../addons/ofxPSMove/libs/libpsmoveapi_tracker.2.0.0.dylib</lib>
</link>
</add>
</install>