<install>
	
	<version>0.01</version>
	<author>chris sugrue, stefanix</author>
	<url></url>
	<requires></requires>
	
	<add>	
		<!-- 	=====================================================================	-->
		<!--	========================== add for the "installation" of OF =========	-->
		<!-- 	=====================================================================	-->
	
		<addons_h>
		//-------------------------------------------- ofVectorMath
		#ifdef OF_ADDON_USING_OFVECTORMATH
			#include "ofVectorMath.h"
		#endif
		</addons_h>
		
		<!-- 	=====================================================================	-->
		<!--	========================== add per project using this addon =========	-->
		<!-- 	=====================================================================	-->
	
		<src>
			<folder name="addons/ofVectorMath">
				<src>../../addons/ofVectorMath/src/ofMatrix3x3.h</src>
				<src>../../addons/ofVectorMath/src/ofPoint2f.h</src>
				<src>../../addons/ofVectorMath/src/ofPoint3f.h</src>
				<src>../../addons/ofVectorMath/src/ofPoint4f.h</src>
				<src>../../addons/ofVectorMath/src/ofVec2f.h</src>
				<src>../../addons/ofVectorMath/src/ofVec3f.h</src>
				<src>../../addons/ofVectorMath/src/ofVec4f.h</src>
				<src>../../addons/ofVectorMath/src/ofVectorMath.h</src>
			</folder>
		</src>
		
		<include>
			<path>../../addons/ofVectorMath/src</path>
		</include>
		
	</add>
	 
</install>




