projectGeneratorSimple icon indicating copy to clipboard operation
projectGeneratorSimple copied to clipboard

addon data is ignored

Open bangnoise opened this issue 10 years ago • 0 comments

ofxAddon instructions provides a location and behaviour for addon data which should be copied to project bin/data directories, and addon_config.mk has ADDON_DATA for same. Both are effectively ignored by the project generator.

  1. ofAddon should gain a member variable for data files parsed from the addon filesystem
  2. ofAddon::fromFS() should populate the new variable
  3. baseProject should gain a member function to copy addon data files to a project's data folder
  4. baseProject::addAddon() should use the member variables populated from the filesystem and addon_config.mk to copy files using the new function

bangnoise avatar Sep 23 '14 15:09 bangnoise