forked from armadillu/ofxSceneManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.xml
30 lines (23 loc) · 1.08 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
<install>
<name>ofxSceneManager</name>
<version>1.0</version>
<author><[CDATA[Oriol Ferrer <[email protected]> ]]></author>
<code_url>https://github.com/armadillu/ofxSceneManager</code_url>
<site_url>http://www.uri.cat</site_url>
<download_url>https://github.com/armadillu/ofxSceneManager</download_url>
<description><![CDATA[
ofxSceneManager helps handle different scenes and simple fade-to-black transitions between them. Requires ofxAnimatable and ofxScreenCurtain.
]]></description>
<add>
<!-- ===================================================================== -->
<!-- ========================== add per project using this addon ========= -->
<!-- ===================================================================== -->
<src>
<folder name="addons/ofxSceneManager/src">
<file>../../../addons/ofxSceneManager/src/ofxSceneManager.cpp</file>
<file>../../../addons/ofxSceneManager/src/ofxSceneManager.h</file>
<file>../../../addons/ofxSceneManager/src/ofxScene.h</file>
</folder>
</src>
</add>
</install>