Skip to content

Instantly share code, notes, and snippets.

@mactkg
Created August 1, 2012 07:43
Show Gist options
  • Save mactkg/3224682 to your computer and use it in GitHub Desktop.
Save mactkg/3224682 to your computer and use it in GitHub Desktop.
<install>
<name>ofxUI</name>
<version>0.01</version>
<author>none</author>
<url></url>
<add>
<!-- ===================================================================== -->
<!-- ========================== add per project using this addon ========= -->
<!-- ===================================================================== -->
<src>
<folder name="addons/ofxUI/src">
<file>../../../addons/ofxUI/src/ofxUIRectangle.h</file>
<file>../../../addons/ofxUI/src/ofxUIWidget.h</file>
<file>../../../addons/ofxUI/src/ofxUIWidgetWithLabel.h</file>
<file>../../../addons/ofxUI/src/ofxUIEventArgs.h</file>
<file>../../../addons/ofxUI/src/ofxUILabel.h</file>
<file>../../../addons/ofxUI/src/ofxUIFPS.h</file>
<file>../../../addons/ofxUI/src/ofxUISlider.h</file>
<file>../../../addons/ofxUI/src/ofxUIMultiImageSlider.h</file>
<file>../../../addons/ofxUI/src/ofxUIImageSlider.h</file>
<file>../../../addons/ofxUI/src/ofxUIFPSSlider.h</file>
<file>../../../addons/ofxUI/src/ofxUIMinimalSlider.h</file>
<file>../../../addons/ofxUI/src/ofxUICircleSlider.h</file>
<file>../../../addons/ofxUI/src/ofxUIBiLabelSlider.h</file>
<file>../../../addons/ofxUI/src/ofxUIRangeSlider.h</file>
<file>../../../addons/ofxUI/src/ofxUIToggle.h</file>
<file>../../../addons/ofxUI/src/ofxUIButton.h</file>
<file>../../../addons/ofxUI/src/ofxUICustomImageButton.h</file>
<file>../../../addons/ofxUI/src/ofxUIMultiImageButton.h</file>
<file>../../../addons/ofxUI/src/ofxUIMultiImageToggle.h</file>
<file>../../../addons/ofxUI/src/ofxUIRadio.h</file>
<file>../../../addons/ofxUI/src/ofxUI2DPad.h</file>
<file>../../../addons/ofxUI/src/ofxUITextInput.h</file>
<file>../../../addons/ofxUI/src/ofxUINumberDialer.h</file>
<file>../../../addons/ofxUI/src/ofxUILabelButton.h</file>
<file>../../../addons/ofxUI/src/ofxUILabelToggle.h</file>
<file>../../../addons/ofxUI/src/ofxUIToggleMatrix.h</file>
<file>../../../addons/ofxUI/src/ofxUIImageButton.h</file>
<file>../../../addons/ofxUI/src/ofxUIImageToggle.h</file>
<file>../../../addons/ofxUI/src/ofxUIRotarySlider.h</file>
<file>../../../addons/ofxUI/src/ofxUISpacer.h</file>
<file>../../../addons/ofxUI/src/ofxUIDropDownList.h</file>
<file>../../../addons/ofxUI/src/ofxUIWaveform.h</file>
<file>../../../addons/ofxUI/src/ofxUISpectrum.h</file>
<file>../../../addons/ofxUI/src/ofxUIMovingGraph.h</file>
<file>../../../addons/ofxUI/src/ofxUIImage.h</file>
<file>../../../addons/ofxUI/src/ofxUIImageSampler.h</file>
<file>../../../addons/ofxUI/src/ofxUICanvas.h</file>
<file>../../../addons/ofxUI/src/ofxUIScrollableCanvas.h</file>
</folder>
</src>
<include>
<path>../../../addons/ofxUI/src</path>
</include>
</add>
</install>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment