Skip to content

addon data is ignored #59

Description

@bangnoise

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions