<install>
	
	<version>0.01</version>
	<author>theo watson</author>
	<url></url>
	<requires></requires>
	
	<add>	
		<!-- 	=====================================================================	-->
		<!--	========================== add for the "installation" of OF =========	-->
		<!-- 	=====================================================================	-->
	
		<addons_h>
		//--------------------------------------------- ofxThread
		#ifdef OF_ADDON_USING_OFTHREAD
			#include "ofxThread.h"
		#endif 
		</addons_h>
		
		<!-- 	=====================================================================	-->
		<!--	========================== add per project using this addon =========	-->
		<!-- 	=====================================================================	-->
	
		<src>
			<folder name="addons/ofxThread/src">
				<file>../../../addons/ofxThread/src/ofxThread.h</file>
				<file>../../../addons/ofxThread/src/ofxThread.cpp</file>
			</folder>
		</src>
		
		<include>
			<path>../../../addons/ofxThread/src</path>
		</include>
		
	</add>
	 
</install>
