forked from danoli3/ofxTexturePacker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.xml
41 lines (34 loc) · 1.83 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
34
35
36
37
38
39
40
41
<install>
<name>ofxTexturePacker</name>
<version>0.2</version>
<author><[CDATA[Daniel Rosser <[email protected]> ]]></author>
<code_url>https://github.com/danoli3/ofxTexturePacker</code_url>
<site_url>https://github.com/danoli3/</site_url>
<download_url>https://github.com/danoli3/ofxTexturePacker</download_url>
<description><![CDATA[
Addon for loading and using Animated Sprites and Sprites generated using Texture Packer.
]]></description>
<add>
<!-- ===================================================================== -->
<!-- ========================== add per project using this addon ========= -->
<!-- ===================================================================== -->
<src>
<folder name="addons/ofxTexturePacker/src">
<file>../../../addons/ofxTexturePacker/src/ofxTexturePacker.cpp</file>
<file>../../../addons/ofxTexturePacker/src/ofxTexturePacker.h</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPAnimatedSprite.cpp</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPAnimatedSprite.h</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPLoader.cpp</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPLoader.h</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPSprite.cpp</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPSprite.h</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPSpriteCore.cpp</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPSpriteCore.h</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPSpriteData.cpp</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPSpriteData.h</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPTextureAtlas.h</file>
<file>../../../addons/ofxTexturePacker/src/ofxTPTypes.h</file>
</folder>
</src>
</add>
</install>