<install>
	<author>theo watson</author>
	<version>0.01</version>

	
	<!-- ========================================================================= 	-->
	<!--	setting for the "installation" of OF 					-->
	<!-- ========================================================================= 	-->
	
	
	<toAddAddonsH>

//-------------------------------------------- xml settings
#ifdef OF_ADDON_USING_OFXVECTORGRAPHICS
	#include "ofxVectorGraphics.h"
#endif

	</toAddAddonsH>
	
	
	
	<!-- ========================================================================= 	-->
	<!--	setting per project 							-->
	<!-- ========================================================================= 	-->
	
	<toAddPerProject>
	
		<folder name="addons/ofxVectorGraphics/src">
			<src>../../../addons/ofxVectorGraphics/src/ofxVectorGraphics.cpp</src>
			<src>../../../addons/ofxVectorGraphics/src/ofxVectorGraphics.h</src>
		</folder>
		
		<folder name="addons/ofxVectorGraphics/libs">
			<src>../../../addons/ofxVectorGraphics/libs/CreEPS.cpp</src>
			<src>../../../addons/ofxVectorGraphics/libs/CreEPS.hpp</src>
		</folder>
	
	</toAddPerProject>
	
	<includePath>
		<path>../../../addons/ofxVectorGraphics/src</path>
		<path>../../../addons/ofxVectorGraphics/libs</path>
	</includePath>
				
	<!-- ========================================================================= 	-->
	<!--	any requirements?							-->
	<!-- ========================================================================= 	-->
	
	<requires></requires>
	
</install>