-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinstall.xml
33 lines (27 loc) · 1.15 KB
/
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
<install>
<name>ofx3DModelLoader</name>
<version>0.01</version>
<author>theo watson</author>
<url></url>
<add>
<!-- ===================================================================== -->
<!-- ========================== add per project using this addon ========= -->
<!-- ===================================================================== -->
<src>
<folder name="addons/ofxDirList/src">
<file>../../../addons/ofx3DModelLoader/src/ofx3DBaseLoader.h</file>
<file>../../../addons/ofx3DModelLoader/src/ofx3dModelLoader.cpp</file>
<file>../../../addons/ofx3DModelLoader/src/ofx3DModelLoader.h</file>
<file>../../../addons/ofx3DModelLoader/src/3DS/model3DS.cpp</file>
<file>../../../addons/ofx3DModelLoader/src/3DS/model3DS.h</file>
<file>../../../addons/ofx3DModelLoader/src/3DS/texture3DS.cpp</file>
<file>../../../addons/ofx3DModelLoader/src/3DS/texture3DS.h</file>
<file>../../../addons/ofx3DModelLoader/src/3DS/Vector3DS.h</file>
</folder>
</src>
<include>
<path>../../../addons/ofx3DModelLoader/src/3DS/</path>
<path>../../../addons/ofx3DModelLoader/src/</path>
</include>
</add>
</install>