<install>
	
	<version>0.01</version>
	<author>josh nimoy</author>
	<url></url>
	<requires></requires>
	
	
	<add>	
		<!-- 	=====================================================================	-->
		<!--	========================== add for the "installation" of OF =========	-->
		<!-- 	=====================================================================	-->
	
		<addons_h>
		//--------------------------------------------- obj loader
		#ifdef OF_ADDON_USING_OFXOBJLOADER
			#include "ofxObjLoader.h"
		#endif 
		</addons_h>
		
		<!-- 	=====================================================================	-->
		<!--	========================== add per project using this addon =========	-->
		<!-- 	=====================================================================	-->
	
		<src>
			<folder name="addons/ofxObjLoader/src">
				<file>../../../addons/ofxObjLoader/src/ofxObjLoader.h</file>
				<file>../../../addons/ofxObjLoader/src/ofxObjLoader.cpp</file>
			</folder>
		</src>
		
		<include>
			<path>../../../addons/ofxObjLoader/src</path>
		</include>
		
	</add>
	 
</install>